public class JdbcAttributeTableModel extends CoreAttributeTableModel
cpoAttLabNodelistenerList| Constructor and Description |
|---|
JdbcAttributeTableModel(CpoAttributeLabelNode cpoAttLabNode) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getColumnClasses() |
List<String> |
getColumnNames() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
getColumnClass, getColumnCount, getColumnName, getRowCountaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic JdbcAttributeTableModel(CpoAttributeLabelNode cpoAttLabNode)
public List<String> getColumnNames()
getColumnNames in class CoreAttributeTableModelpublic List<Class<?>> getColumnClasses()
getColumnClasses in class CoreAttributeTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class CoreAttributeTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelgetValueAt in class CoreAttributeTableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class CoreAttributeTableModelCopyright © 2014. All Rights Reserved.