borland Packages  Class Hierarchy  dx.dataset Package 

ColumnBeanInfo component

java.lang.Object
   +----com.borland.jb.util.BasicBeanInfo
           +----com.borland.dx.dataset.ColumnBeanInfo

About the ColumnBeanInfo component

Variables  Constructors  Properties  Methods  

Implements BeanInfo

The ColumnBeanInfo class provides explicit information about the Column component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo class.

The ColumnBeanInfo class specifies the properties of the Column that appear at design time and their access methods.

The ColumnBeanInfo class does not expose the methods and events of the Column, but specifies that they be extracted through introspection.


ColumnBeanInfo variables

Variables implemented in com.borland.jb.util.BasicBeanInfo

ColumnBeanInfo constructors

ColumnBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.jb.util.BasicBeanInfo

Properties implemented in java.lang.Object

ColumnBeanInfo methods

Methods implemented in com.borland.jb.util.BasicBeanInfo

Methods implemented in java.lang.Object


ColumnBeanInfo constructors

ColumnBeanInfo()

  public ColumnBeanInfo()
Constructs a ColumnBeanInfo component.