DynamicTreeTableModel

Top  Previous  Next

 

DynamicTreeTableModel is a treetable model whose tree strucutre is created dynamically every time the data stored in an underlying ListTableModel changes. When this occurs, DynamicTreeTableModel dynamically builds a tree, whose structure depends on the actual data and on TreeTableComparators,

that define the way the grouping of rows should be performed.