public class CoreAttributeTableModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected CpoAttributeLabelNode |
cpoAttLabNode |
listenerList| Constructor and Description |
|---|
CoreAttributeTableModel(CpoAttributeLabelNode cpoAttLabNode) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int columnIndex) |
List<Class<?>> |
getColumnClasses() |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
List<String> |
getColumnNames() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerprotected CpoAttributeLabelNode cpoAttLabNode
public CoreAttributeTableModel(CpoAttributeLabelNode cpoAttLabNode)
public int getRowCount()
public int getColumnCount()
public String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2014. All Rights Reserved.