com.jidesoft.grid
Class AbstractMultiTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.jidesoft.grid.AbstractMultiTableModel
- All Implemented Interfaces:
- ContextSensitiveTableModel, MultiTableModel, Serializable, TableModel
public abstract class AbstractMultiTableModel
- extends AbstractTableModel
- implements MultiTableModel
An abstract implementation of MultiTableModel based on AbstractTableModel.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMultiTableModel
public AbstractMultiTableModel()
getCellClassAt
public Class<?> getCellClassAt(int row,
int column)
- Description copied from interface:
ContextSensitiveTableModel
- Gets the type at cell (row, column).
For a special row index like -1, please return the default column class for the entire column if there is any.
- Specified by:
getCellClassAt
in interface ContextSensitiveTableModel
- Parameters:
row
- the row indexcolumn
- the column index
- Returns:
- type
getEditorContextAt
public EditorContext getEditorContextAt(int row,
int column)
- Description copied from interface:
ContextSensitiveTableModel
- Gets the editor context at cell (row, column).
For a special row index like -1, please return the default editor context for the entire column if there is any.
- Specified by:
getEditorContextAt
in interface ContextSensitiveTableModel
- Parameters:
row
- the row indexcolumn
- the column index
- Returns:
- editor context
getConverterContextAt
public ConverterContext getConverterContextAt(int row,
int column)
- Description copied from interface:
ContextSensitiveTableModel
- Gets the converter context at cell (row, column).
For a special row index like -1, please return the default converter context for the entire column if there is any.
- Specified by:
getConverterContextAt
in interface ContextSensitiveTableModel
- Parameters:
row
- the row indexcolumn
- the column index
- Returns:
- converter context