jbcl.control Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.jbcl.control.CheckboxPanelBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo, Serializable
The CheckboxPanelBeanInfo
class provides explicit information about the
CheckboxPanel
component to JBuilder
(and other visual tools that support JavaBeans). It extends the
BasicBeanInfo
class.
The CheckboxPanelBeanInfo
class specifies the properties of the CheckboxPanel
that appear at design time in the Component Inspector and their access methods. It also identifies the custom property editor used to display and edit selected property values where applicable.
The CheckboxPanelBeanInfo
class does not expose the methods and events of the CheckboxPanel
, but specifies that JBuilder extracts this information through introspection.
public CheckboxPanelBeanInfo()Constructs a
CheckboxPanelBeanInfo
component.