borland Packages  Class Hierarchy  datastore Package  Index 

DataStoreBeanInfo component

java.lang.Object
   +----borland.jbcl.util.BasicBeanInfo
           +----borland.datastore.DataStoreBeanInfo

About the DataStoreBeanInfo component

Variables  Constructors  Properties  Methods  

Implements BeanInfo

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

The DataStoreBeanInfo class specifies the properties of the DataStore that appear at design time in the Inspector and their access methods.

The DataStoreBeanInfo class does not expose the methods and events of the DataStore, but specifies that JBuilder extracts this information through introspection.


DataStoreBeanInfo variables

Variables implemented in borland.jbcl.util.BasicBeanInfo

DataStoreBeanInfo constructors

DataStoreBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.util.BasicBeanInfo

Properties implemented in java.lang.Object

DataStoreBeanInfo methods

Methods implemented in borland.jbcl.util.BasicBeanInfo

Methods implemented in java.lang.Object


DataStoreBeanInfo constructors

DataStoreBeanInfo()

  public DataStoreBeanInfo()
Constructs a DataStoreBeanInfo component.