public class CommandTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
CommandTableModel(UndoRedoStack undoRedoStack) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
int |
getPos() |
int |
getRowCount() |
Object |
getValueAt(int i,
int j) |
void |
setPos(int newpos) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic CommandTableModel(UndoRedoStack undoRedoStack)
public int getPos()
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int i, int j)
public void setPos(int newpos)