T - the generic type of the modelpublic abstract class BaseTableModel<T> extends GenericTableModel<T>
BaseTableModel holds a TableColumnsModel for layout the
columns.listenerList| Constructor and Description |
|---|
BaseTableModel()
Instantiates a new
BaseTableModel. |
BaseTableModel(List<T> list)
Instantiates a new
BaseTableModel. |
BaseTableModel(TableColumnsModel columnsModel)
Instantiates a new base table model.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int col) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
add, addList, clear, get, getData, getRowCount, remove, removeAll, removeAll, removeAt, setData, updateaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueAtpublic BaseTableModel()
BaseTableModel.public BaseTableModel(List<T> list)
BaseTableModel.list - the listpublic BaseTableModel(TableColumnsModel columnsModel)
columnsModel - the columns modelpublic Class<?> getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getColumnCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.