public class ActionMapModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
static ActionMapModel |
EMPTY |
listenerList
Constructor and Description |
---|
ActionMapModel() |
ActionMapModel(ActionMap map) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
public static ActionMapModel EMPTY
public ActionMapModel()
public ActionMapModel(ActionMap map)
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int col)
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
Abbot is hosted on