public interface TreeTableModel extends TreeModel
Modifier and Type | Method and Description |
---|---|
Class<?> |
getColumnClass(int column) |
int |
getColumnCount() |
String |
getColumnName(int column) |
Object |
getValueAt(Object node,
int column) |
boolean |
isCellEditable(int column)
Indicates whether the the value for node
node ,
at column number column is editable. |
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged
int getColumnCount()
String getColumnName(int column)
column
- the column numbercolumn
.Class<?> getColumnClass(int column)
column
- the column numbercolumn
.Object getValueAt(Object node, int column)
node
- the nodecolumn
- the column numbernode
,
at column number column
.boolean isCellEditable(int column)
node
,
at column number column
is editable.column
- the column numberCopyright © 2001–2015. All rights reserved.