borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.dx.dataset.ColumnBeanInfo
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.
public ColumnBeanInfo()Constructs a ColumnBeanInfo component.