borland Packages  Class Hierarchy  jbcl.layout Package  Index 

BoxLayout2BeanInfo component

java.lang.Object
   +----java.beans.SimpleBeanInfo
           +----borland.jbcl.layout.BoxLayout2BeanInfo

About the BoxLayout2BeanInfo component

Constructors  Properties  Methods  

Implements BeanInfo

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

The BoxLayout2BeanInfo class specifies the properties of the BoxLayout2 that appear at design time in the Inspector and their access methods.

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


BoxLayout2BeanInfo constructors

BoxLayout2BeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.beans.SimpleBeanInfo

Properties implemented in java.lang.Object

BoxLayout2BeanInfo methods

Methods implemented in this class

Methods implemented in java.beans.SimpleBeanInfo

Methods implemented in java.lang.Object


BoxLayout2BeanInfo constructors

BoxLayout2BeanInfo()

  public BoxLayout2BeanInfo()
Constructs a BoxLayout2BeanInfo component.

BoxLayout2BeanInfo properties

propertyDescriptors

 public PropertyDescriptor[] getPropertyDescriptors()
Read-only property that returns an array of PropertyDescriptor objects for this class.