borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

SingletonDataSetManager class

java.lang.Object
   +----borland.jbcl.dataset.SingletonDataSetManager

About the SingletonDataSetManager class

Constructors  Properties  Methods  Event Listeners

Implements DataChangeListener, NavigationListener, SingletonModel, SingletonViewManager, WritableSingletonModel, ExceptionHandler, EventListener

The SingletonDataSetManager class is the DataSet data-aware adapter that allows Singleton JBCL model-view components to talk to borland.jbcl.dataset components.


SingletonDataSetManager constructors

SingletonDataSetManager properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

SingletonDataSetManager methods

Methods implemented in this class

Methods implemented in java.lang.Object

SingletonDataSetManager event listeners


SingletonDataSetManager constructors

SingletonDataSetManager(borland.jbcl.dataset.DataSet, borland.jbcl.dataset.Column)

  public SingletonDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column)
Constructs a SingletonDatSetManager object using the specified DataSet and Column.

SingletonDataSetManager(borland.jbcl.dataset.DataSet, borland.jbcl.dataset.Column, java.awt.Component)

  public SingletonDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column, java.awt.Component component)
Constructs a SingletonDataSetManager object using the specified DataSet, Column, and Component. Add this SingletonDatSetManager object as listeners for DataChangeEvent and NavigationEvent notifications.

SingletonDataSetManager methods

processModelEvent()

  protected void processModelEvent()
Translates and dispatches the SingletonModelEvents registered listeners.

SingletonDataSetManager event listeners

This class is a source for the following event sets. For information on the JBCL event sets, see Events in JBCL.

model

 public void addModelListener(borland.jbcl.model.SingletonModelListener listener)
 public void removeModelListener(borland.jbcl.model.SingletonModelListener listener)