borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----borland.jbcl.dataset.SingletonDataSetManager
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.
public SingletonDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column)Constructs a SingletonDatSetManager object using the specified DataSet and Column.
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.
protected void processModelEvent()Translates and dispatches the SingletonModelEvents registered listeners.
public void addModelListener(borland.jbcl.model.SingletonModelListener listener) public void removeModelListener(borland.jbcl.model.SingletonModelListener listener)