D - The class type of the model object displayed in the table.public abstract class AbstractTableModel<D> extends AbstractTableModel
TableModel used to
hold instances of objects of the type specified. Contains a default
implementation for the SortableTableModel.getSortDirection(int) method.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Modifier and Type | Field and Description |
|---|---|
protected SortableTableModel.Direction |
sortDirection
The sort directive for the current column.
|
protected int |
sortIndex
The current column that is sorted by.
|
| Constructor and Description |
|---|
AbstractTableModel() |
| Modifier and Type | Method and Description |
|---|---|
SortableTableModel.Direction |
getSortDirection(int column) |
abstract void |
init()
The method used to initialise the table model.
|
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getEventListenerList, removeTableModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnCount, getRowCount, getValueAtprotected SortableTableModel.Direction sortDirection
protected int sortIndex
public SortableTableModel.Direction getSortDirection(int column)
public abstract void init()
Component.init()
method.