TableModel
AbstractTreeTableModel
, DefaultTreeTableModel
public interface TreeTableModel extends TableModel
Modifier and Type | Method | 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, setValueAt
Object getValueAt(Object node, int col)
node
- the node which value is to be fetchedcol
- the column of the nodeboolean isCellEditable(Object node, int col)
node
- the node which value is to be fetchedcol
- the column of the nodetrue
if cell is editableCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.