public class MapGroupTableModel<K,V> extends AbstractTableModel
TableModel
view of a MapGroup
object.
For performance reasons this implementation takes a snapshot of
the MapGroup at construction time rather than treating it as a
live object.listenerList
Constructor and Description |
---|
MapGroupTableModel(MapGroup<K,V> mapgroup)
Constructs a TableModel from a given MapGroup.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getColumnName(int icol) |
int |
getRowCount() |
V |
getValueAt(int irow,
int icol) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public int getRowCount()
public int getColumnCount()
public V getValueAt(int irow, int icol)
public String getColumnName(int icol)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.