public abstract class TypeMultiTypeAdaptor extends AbstractMultiTypeAdaptor
model
listenerList
Constructor and Description |
---|
TypeMultiTypeAdaptor(MultiTypeModel model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
handleType(Object value,
int rowIndex,
int columnIndex)
Create/Delete a new row.
|
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
getRowCount
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnCount, getValueAt
public TypeMultiTypeAdaptor(MultiTypeModel model)
model
- The model.public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
protected void handleType(Object value, int rowIndex, int columnIndex)
value
- rowIndex
- columnIndex
-