borland Packages  Class Hierarchy  jbcl.control Package  Index 

TextControlBeanInfo component

java.lang.Object
   +----borland.jbcl.util.BasicBeanInfo
           +----borland.jbcl.control.TextControlBeanInfo

About the TextControlBeanInfo component

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.


TextControlBeanInfo variables

Variables implemented in borland.jbcl.util.BasicBeanInfo

TextControlBeanInfo constructors

TextControlBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.util.BasicBeanInfo

Properties implemented in java.lang.Object

TextControlBeanInfo methods

Methods implemented in borland.jbcl.util.BasicBeanInfo

Methods implemented in java.lang.Object


TextControlBeanInfo constructors

TextControlBeanInfo()

  public TextControlBeanInfo()
Constructs a TextControlBeanInfo component.