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