DefaultMutableTreeTableModel

Top  Previous  Next

 

DefaultMutableTreeTableModel is a treetable model whose nodes' cell value depends on the aggregate values of a TreeTableRow. Thus this class assumes that the nodes of the tree are TreeTableRow objects.

 

The value at each treetable cell is retrieved with TreeTableRow's method:

 

public Object getAggregateValue(int columnIndex);