borland Packages  Class Hierarchy  dbswing Package 

DBRuntimeSupport class

java.lang.Object
   +----com.borland.dbswing.DBRuntimeSupport

About the DBRuntimeSupport class

Constructors  Properties  Methods  Event Listeners

Note: This is a feature of JBuilder Professional and Enterprise.

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.

Warning: The API of this class is subject to incompatible API changes in the future.


DBRuntimeSupport constructors

DBRuntimeSupport properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

DBRuntimeSupport methods

Methods implemented in this class

Methods implemented in java.lang.Object

DBRuntimeSupport event listeners


DBRuntimeSupport constructors

DBRuntimeSupport()

  protected DBRuntimeSupport()
This constructor is used internally by other com.borland classes. You should never use this constructor directly.

DBRuntimeSupport properties

componentCount

 public int getComponentCount()
This property is used internally by other com.borland classes. You should never use this property directly.

componentIterator

 public Iterator getComponentIterator()
This property is used internally by other com.borland classes. You should never use this property directly.

components

 public Component[] getComponents()
This property is used internally by other com.borland classes. You should never use this property directly.

dataBinderIterator

 public Iterator getDataBinderIterator()
This property is used internally by other com.borland classes. You should never use this property directly.

dataBinders

 public DataSetAware[] getDataBinders()
This property is used internally by other com.borland classes. You should never use this property directly.

dataSetCount

 public int getDataSetCount()
This property is used internally by other com.borland classes. You should never use this property directly.

dataSetIterator

 public Iterator getDataSetIterator()
This property is used internally by other com.borland classes. You should never use this property directly.

dataSets

 public DataSet[] getDataSets()
This property is used internally by other com.borland classes. You should never use this property directly.

dataStoreCount

 public int getDataStoreCount()
This property is used internally by other com.borland classes. You should never use this property directly.

dataStoreIterator

 public Iterator getDataStoreIterator()
This property is used internally by other com.borland classes. You should never use this property directly.

dataStores

 public Object[] getDataStores()
This property is used internally by other com.borland classes. You should never use this property directly.

DBRuntimeSupport methods

addComponent(java.awt.Component, com.borland.dx.dataset.DataSetAware)

  public void addComponent(Component component, DataSetAware dataSetAware)
This method is used internally by other com.borland classes. You should never use this method directly.

containsComponent(java.awt.Component)

  public boolean containsComponent(Component component)
This method is used internally by other com.borland classes. You should never use this method directly.

getDataSet(java.awt.Component)

  public DataSet getDataSet(Component component)
This method is used internally by other com.borland classes. You should never use this method directly.

getDataSetAware(java.awt.Component)

  public DataSetAware getDataSetAware(Component component)
This method is used internally by other com.borland classes. You should never use this method directly.

getInstance()

  public static DBRuntimeSupport getInstance()
This method is used internally by other com.borland classes. You should never use this method directly.

removeComponent(java.awt.Component)

  public DataSetAware removeComponent(Component component)
This method is used internally by other com.borland classes. You should never use this method directly.

DBRuntimeSupport event listeners

This class is a source for the following event sets.

change

 public void addChangeListener(ChangeListener listener)
 public void removeChangeListener(ChangeListener listener)