public class JdbcArgumentTableModel extends CoreArgumentTableModel
cpoFunctionNodelistenerList| Constructor and Description |
|---|
JdbcArgumentTableModel(CpoFunctionNode cpoFunctionNode) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getColumnClasses() |
List<String> |
getColumnNames() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
initTableEditors(JTable table) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addNewRow, getColumnClass, getColumnCount, getColumnName, getCpoFunctionNode, getNonRemovedRows, getRowCount, removeNewRowaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic JdbcArgumentTableModel(CpoFunctionNode cpoFunctionNode)
public void initTableEditors(JTable table)
initTableEditors in class CoreArgumentTableModelpublic List<String> getColumnNames()
getColumnNames in class CoreArgumentTableModelpublic List<Class<?>> getColumnClasses()
getColumnClasses in class CoreArgumentTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class CoreArgumentTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelgetValueAt in class CoreArgumentTableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class CoreArgumentTableModelCopyright © 2014. All Rights Reserved.