jbcl.layout Package
java.lang.Object +----java.beans.SimpleBeanInfo +----com.borland.jbcl.layout.BoxLayout2BeanInfo
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.
public BoxLayout2BeanInfo()Constructs a
BoxLayout2BeanInfo
component.
public PropertyDescriptor[] getPropertyDescriptors()Read-only property that returns an array of
PropertyDescriptor
objects for this class.