public class ListMultiTypeAdaptor extends TypeMultiTypeAdaptor
modellistenerList| Constructor and Description |
|---|
ListMultiTypeAdaptor(MultiTypeModel model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex) |
handleType, isCellEditablegetRowCountaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic ListMultiTypeAdaptor(MultiTypeModel model)
model - The model.public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public void setValueAt(Object value, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2023. All rights reserved.