jbcl.model Package 

VectorDataSetManager class

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

About the VectorDataSetManager class

Constructors  Properties  Methods  Event Listeners

Implements DataChangeListener, ExceptionHandler, VectorModel, VectorViewManager, WritableVectorModel, EventListener

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

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

  public VectorDataSetManager(DataSet 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(com.borland.dx.dataset.DataSet, com.borland.dx.dataset.Column, java.awt.Component)

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

This class is a source for the following event sets.

model

 public void addModelListener(VectorModelListener listener)
 public void removeModelListener(VectorModelListener listener)