borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.jb.util.BasicBeanInfo +----com.borland.datastore.DataStoreConnectionBeanInfo +----com.borland.datastore.DataStoreBeanInfo
Variables Constructors Properties Methods
Implements BeanInfo
The DataStoreConnectionBeanInfo
component provides explicit information about
the DataStoreConnection
component to JBuilder. It extends the BasicBeanInfo
class.
The DataStoreConnectionBeanInfo
component specifies the properties of the
DataStoreConnection
that appear at design time in the Inspector and their
access methods.
The DataStoreConnectionBeanInfo
component does not expose the methods
and events of the DataStoreConnection
, but specifies that they be extracted through introspection.
public DataStoreConnectionBeanInfo()Constructs a
DataStoreConnectionBeanInfo
component.