class ListListEditor.ListTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
ListListEditor.ListTableModel() |
Modifier and Type | Method and Description |
---|---|
private List<String> |
data() |
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
void |
setValueAt(Object o,
int row,
int column) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener
ListListEditor.ListTableModel()
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int row, int column)
public void setValueAt(Object o, int row, int column)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel