borland Packages Class Hierarchy dbswing Package
java.lang.Object +----com.borland.dbswing.DBRuntimeSupport
Constructors Properties Methods Event Listeners
This class is used internally by other com.borland
classes. You should never use this class directly.
It maintains runtime information used internally by dbSwing components. Currently, it is only used to map components to their data binders, but may be expanded in future versions.
The component-data binder mapping is used by components which need to auto-detect data-aware components, as well as the DBDisposeMonitor
and DBExceptionHandler
for DataSet/DataStore cleanup.
protected DBRuntimeSupport()This constructor is used internally by other
com.borland
classes. You should never use this constructor directly.
public int getComponentCount()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Iterator getComponentIterator()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Component[] getComponents()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Iterator getDataBinderIterator()This property is used internally by other
com.borland
classes. You should never use this property directly.
public DataSetAware[] getDataBinders()This property is used internally by other
com.borland
classes. You should never use this property directly.
public int getDataSetCount()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Iterator getDataSetIterator()This property is used internally by other
com.borland
classes. You should never use this property directly.
public DataSet[] getDataSets()This property is used internally by other
com.borland
classes. You should never use this property directly.
public int getDataStoreCount()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Iterator getDataStoreIterator()This property is used internally by other
com.borland
classes. You should never use this property directly.
public Object[] getDataStores()This property is used internally by other
com.borland
classes. You should never use this property directly.
public void addComponent(Component component, DataSetAware dataSetAware)This method is used internally by other
com.borland
classes. You should never use this method directly.
public boolean containsComponent(Component component)This method is used internally by other
com.borland
classes. You should never use this method directly.
public DataSet getDataSet(Component component)This method is used internally by other
com.borland
classes. You should never use this method directly.
public DataSetAware getDataSetAware(Component component)This method is used internally by other
com.borland
classes. You should never use this method directly.
public static DBRuntimeSupport getInstance()This method is used internally by other
com.borland
classes. You should never use this method directly.
public DataSetAware removeComponent(Component component)This method is used internally by other
com.borland
classes. You should never use this method directly.
public void addChangeListener(ChangeListener listener) public void removeChangeListener(ChangeListener listener)