borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----borland.jbcl.util.BasicBeanInfo +----borland.jbcl.dataset.StorageDataSetBeanInfo +----borland.jbcl.dataset.TableDataSetBeanInfo +----borland.sql.dataset.ProcedureDataSetBeanInfo +----borland.sql.dataset.QueryDataSetBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo
The StorageDataSetBeanInfo class provides explicit information about the StorageDataSet component to JBuilder (and other visual tools that support JavaBeans). It extends the BasicBeanInfo class.
The StorageDataSetBeanInfo class specifies the properties of the StorageDataSet that appear at design time in the Inspector and their access methods.
The StorageDataSetBeanInfo class does not expose the methods and events of the StorageDataSet, but specifies that JBuilder extracts this information through introspection.
public StorageDataSetBeanInfo()Constructs a StorageDataSetBeanInfo component.
public final void appendPropertyDescriptors(java.lang.String[][] descriptors)Convenience method that allows classes that extend StorageDataSet to easily append appropriate descriptors, for example, QueryDescriptor.