jbcl.layout Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.jbcl.layout.VerticalFlowLayoutBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo, Serializable
The VerticalFlowLayoutBeanInfo
class provides explicit information about the VerticalFlowLayout
component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo
class.
The VerticalFlowLayoutBeanInfo
class specifies the properties of the VerticalFlowLayout
that appear at design time in the Inspector and their access methods.
The VerticalFlowLayoutBeanInfo
class does not expose the methods and events of the VerticalFlowLayout
, but specifies that JBuilder extracts this information through introspection.
public VerticalFlowLayoutBeanInfo()Constructs a
VerticalFlowLayoutBeanInfo
component.