jbcl.model Package 

SingletonDataSetManager class

java.lang.Object
   +----com.borland.jbcl.model.SingletonDataSetManager

About the SingletonDataSetManager class

Constructors  Properties  Methods  Event Listeners

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

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

The SingletonDataSetManager class is the DataSet data-aware adapter that allows Singleton model-view components to talk to com.borland.dx.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(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.Column)

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

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

  public SingletonDataSetManager(DataSet dataSet, Column column, 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 event listeners

This class is a source for the following event sets.

model

 public void addModelListener(SingletonModelListener listener)
 public void removeModelListener(SingletonModelListener listener)