borland Packages Class Hierarchy dbswing Package Index
java.lang.Object +----com.sun.java.swing.table.AbstractTableModel +----borland.dbswing.NullTableModel
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.
public int getColumnCount()Read-only property that returns the number of Column components in the associated DataSet. On error, getColumnCount() returns 0.
public int getRowCount()Read-only property that returns the number of rows of data in the associated DataSet. On error, getRowCount() returns 0.
public void addTableModelListener(com.sun.java.swing.event.TableModelListener ) public void removeTableModelListener(com.sun.java.swing.event.TableModelListener )