public interface TreeTableModel
extends javax.swing.table.TableModel
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValueAt(java.lang.Object node,
int col)
The method is similar to getValueAt(int,int).
|
boolean |
isCellEditable(java.lang.Object node,
int col)
the method is similar to isCellEditable(int,int).
|
void |
setValueAt(java.lang.Object val,
java.lang.Object node,
int column)
the method is similar to isCellEditable(int,int).
|
java.lang.Object getValueAt(java.lang.Object node, int col)
node
- the node which value is to be fetchedcol
- the column of the nodeboolean isCellEditable(java.lang.Object node, int col)
node
- the node which value is to be fetchedcol
- the column of the nodetrue
if cell is editablevoid setValueAt(java.lang.Object val, java.lang.Object node, int column)
val
- the value to be setnode
- the node which value is to be setcolumn
- the column of the nodeCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.