borland Packages  Class Hierarchy  datastore Package 

DataStoreBeanInfo component

java.lang.Object
   +----com.borland.jb.util.BasicBeanInfo
           +----com.borland.datastore.DataStoreBeanInfo

About the DataStoreBeanInfo component

Variables  Constructors  Properties  Methods  

Implements BeanInfo

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

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

The DataStoreBeanInfo component does not expose the methods and events of the DataStore, but specifies that they be extracted through introspection.


DataStoreBeanInfo variables

Variables implemented in com.borland.jb.util.BasicBeanInfo

DataStoreBeanInfo constructors

DataStoreBeanInfo properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.jb.util.BasicBeanInfo

Properties implemented in java.lang.Object

DataStoreBeanInfo methods

Methods implemented in com.borland.jb.util.BasicBeanInfo

Methods implemented in java.lang.Object


DataStoreBeanInfo constructors

DataStoreBeanInfo()

  public DataStoreBeanInfo()
Constructs a DataStoreBeanInfo component.