borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

MatrixDataSetManager class

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

About the MatrixDataSetManager class

Constructors  Properties  Methods  Event Listeners

Implements DataChangeListener, MatrixModel, MatrixViewManager, WritableMatrixModel, ExceptionHandler, EventListener

The MatrixDataSetManager class is the DataSet data-aware adapter that allows matrix JBCL model-view components to talk to borland.jbcl.dataset components.


MatrixDataSetManager constructors

MatrixDataSetManager properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

MatrixDataSetManager methods

Methods implemented in this class

Methods implemented in java.lang.Object

MatrixDataSetManager event listeners


MatrixDataSetManager constructors

MatrixDataSetManager(borland.jbcl.dataset.DataSet, borland.jbcl.dataset.Column[])

  public MatrixDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column[] columns)
Constructs a MatrixDataSetManager object with the DataSet and Column components specified in its parameters. This MatrixDataSetManager is registered as a listener of DataChangeEvent notifications.

MatrixDataSetManager(borland.jbcl.dataset.DataSet, borland.jbcl.dataset.Column[], java.awt.Component)

  public MatrixDataSetManager(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column[] columns, java.awt.Component component)
Constructs a MatrixDataSetManager object with the DataSet and Column components specified in its parameters, and associates it with the specified component. This MatrixDataSetManager is registered as a listener of DataChangeEvent notifications.

MatrixDataSetManager properties

columnCount

 public int getColumnCount()
Read-only property that returns the number of Column components in the MatrixDataSetManager.

rowCount

 public int getRowCount()
Read-only property that returns the number of rows in the MatrixDataSetManager.

variableColumns

 public boolean isVariableColumns()
Returns false.

variableRows

 public boolean isVariableRows()
Returns true.

MatrixDataSetManager methods

processModelEvent(borland.jbcl.model.MatrixModelEvent)

  protected void processModelEvent(borland.jbcl.model.MatrixModelEvent e)

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