borland Packages  Class Hierarchy  jbcl.control Package  Index 

TreeControlBeanInfo component

java.lang.Object
   +----borland.jbcl.util.BasicBeanInfo
           +----borland.jbcl.control.TreeControlBeanInfo

About the TreeControlBeanInfo component

Variables  Constructors  Properties  Methods  

Implements BeanInfo, Serializable

The TreeControlBeanInfo class provides explicit information about the TreeControl component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo class.

The TreeControlBeanInfo class specifies the properties of the TreeControl that appear at design time in the Component Inspector and their access methods. It also identifies the property editor used to display and edit the style property value.

The TreeControlBeanInfo class does not expose the methods and events of the TreeControl, but specifies that JBuilder extracts this information through introspection.


TreeControlBeanInfo variables

Variables implemented in borland.jbcl.util.BasicBeanInfo

TreeControlBeanInfo constructors

TreeControlBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.util.BasicBeanInfo

Properties implemented in java.lang.Object

TreeControlBeanInfo methods

Methods implemented in borland.jbcl.util.BasicBeanInfo

Methods implemented in java.lang.Object


TreeControlBeanInfo constructors

TreeControlBeanInfo()

  public TreeControlBeanInfo()
Constructs a TreeControlBeanInfo component.