public class CapabilityTableModel extends AbstractTableModel
RegCapabilityInterface
.listenerList
Constructor and Description |
---|
CapabilityTableModel()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RegCapabilityInterface[] |
getCapabilities()
Returns the data array for this table.
|
int |
getColumnCount() |
String |
getColumnName(int icol) |
int |
getRowCount() |
Object |
getValueAt(int irow,
int icol) |
void |
setCapabilities(RegCapabilityInterface[] caps)
Sets the data for this table.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int irow, int icol)
public String getColumnName(int icol)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public void setCapabilities(RegCapabilityInterface[] caps)
caps
- capability arraypublic RegCapabilityInterface[] getCapabilities()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.