borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----borland.jbcl.util.BasicBeanInfo +----borland.jbcl.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 JBuilder extracts this information through introspection.
public ColumnBeanInfo()Constructs a ColumnBeanInfo component.