private static class PrefJPanel.ScListModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
private String[] |
columnNames |
private List<Shortcut> |
data |
listenerList
Constructor and Description |
---|
ScListModel()
Constructs a new
ScListModel . |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
private final String[] columnNames
ScListModel()
ScListModel
.public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int row, int col)