borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

VectorDataSetManager class

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

About the VectorDataSetManager class

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.


VectorDataSetManager constructors

VectorDataSetManager properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

VectorDataSetManager methods

Methods implemented in this class

Methods implemented in java.lang.Object

VectorDataSetManager event listeners


VectorDataSetManager constructors

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

  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.

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

  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.

VectorDataSetManager properties

count

 public int getCount()
Read-only property that returns the row count.

variableSize

 public boolean isVariableSize()
This method returns true.

VectorDataSetManager methods

processModelEvent(int, int)

  protected void processModelEvent(int id, int row)

VectorDataSetManager 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.VectorModelListener listener)
 public void removeModelListener(borland.jbcl.model.VectorModelListener listener)