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