Package com.sciapp.tree

Contains classes that implement a TreeTable Swing component.

See:
          Description

Class Summary
TreeTable TreeTable works exactly the same as AdvancedJTable, with the only difference that this component is capable of grouping several similar rows of a table in a single row by using a JTree component.
TreeTableModel TreeTableModel is the tablemodel that the TreeTable class uses.
TreeTableReorder TreeTableReorder acts on a TreeTable object in order to ensure that the same rows are selected after a ReorderEvent is generated.
 

Package com.sciapp.tree Description

Contains classes that implement a TreeTable Swing component.