Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package allensoft.gui.treetable

Interface Summary
TreeTableModel TreeTableModel is the model used by a JTreeTable.
 

Class Summary
AbstractCellEditor  
AbstractTreeTableModel  
FileSystemModel2 FileSystemModel2 is a TreeTableModel representing a hierarchical file system.
FileSystemModel2.SizeSorter Sorts the contents, which must be instances of FileNode based on totalSize.
JTreeTable This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
MergeSort An implementation of MergeSort, needs to be subclassed to compare the terms.
TreeTableExample2 Assembles the UI.
TreeTableModelAdapter This is a wrapper class takes a TreeTableModel and implements the table model interface.