borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----borland.jbcl.dataset.VectorDataSetManager
Constructors Properties Methods Event Listeners
Implements DataChangeListener, VectorModel, VectorViewManager, WritableVectorModel, ExceptionHandler, EventListener
The VectorDataSetManager class is the dataset data-aware adapter that allows vector JBCL model-view components to talk to borland.jbcl.dataset components.
public VectorDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column)Constructs a VectorDataSetManager object with the DataSet and Column components specified in its parameters. This VectorDataSetManager is registered as a listener of DataChangeEvent notifications.
public VectorDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column, java.awt.Component component)Constructs a VectorDataSetManager object with the DataSet, Column, and Component as specified in its parameters. This VectorDataSetManager is registered as a listener of DataChangeEvent notifications.
public int getCount()Read-only property that returns the row count.
public boolean isVariableSize()This method returns true.
protected void processModelEvent(int id, int row)
public void addModelListener(borland.jbcl.model.VectorModelListener listener) public void removeModelListener(borland.jbcl.model.VectorModelListener listener)