borland Packages  Class Hierarchy  dbswing Package  Index 

NullTableModel class

java.lang.Object
   +----com.sun.java.swing.table.AbstractTableModel
           +----borland.dbswing.NullTableModel

About the NullTableModel class

Variables  Properties  Methods  Event Listeners

Implements TableModel, Serializable

The NullTableModel class extends the TableModel implementation of its superclass with the capability to connect to a JBCL DataSet component.


NullTableModel variables

Variables implemented in com.sun.java.swing.table.AbstractTableModel

NullTableModel properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

NullTableModel methods

Methods implemented in this class

Methods implemented in com.sun.java.swing.table.AbstractTableModel

Methods implemented in java.lang.Object

NullTableModel event listeners


NullTableModel properties

columnCount

 public int getColumnCount()
Read-only property that returns the number of Column components in the associated DataSet. On error, getColumnCount() returns 0.

rowCount

 public int getRowCount()
Read-only property that returns the number of rows of data in the associated DataSet. On error, getRowCount() returns 0.

NullTableModel event listeners

This class is a source for the following event sets.

tableModel

 public void addTableModelListener(com.sun.java.swing.event.TableModelListener )
 public void removeTableModelListener(com.sun.java.swing.event.TableModelListener )