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 in the Inspector and their access methods. It also identifies the custom property editor used to display and edit selected property values where applicable.
The ColumnBeanInfo
class does not expose the methods and events of the Column
, but specifies that these be extracted through introspection.
public ColumnBeanInfo()Constructs a
ColumnBeanInfo
component.