public interface TreeTableModel extends TableModel
| Modifier and Type | Method and Description |
|---|---|
Object |
getValueAt(Object node,
int col)
The method is similar to getValueAt(int,int).
|
boolean |
isCellEditable(Object node,
int col)
the method is similar to isCellEditable(int,int).
|
void |
setValueAt(Object val,
Object node,
int column)
the method is similar to isCellEditable(int,int).
|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtObject getValueAt(Object node, int col)
node - col - boolean isCellEditable(Object node, int col)
node - col - Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.