|
Class Summary |
| AbstractCellEditor |
|
| AbstractTreeTableModel |
An abstract implementation of the TreeTableModel interface, handling
the list of listeners. |
| 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 provide a
comparator. |
| StyxBrowser |
Main class for a graphical StyxBrowser; simply puts a JTreeTable in a JFrame |
| StyxBrowserPopupMenu |
Pop-up menu that is displayed when a user requests a pop-up on one of the
files in the hierarchy. |
| StyxFileSystemModel |
FileSystemModel is a TreeTableModel representing a hierarchical file
system. |
| TextDisplayer |
Displays the text from a file in a widget |
| TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements
the table model interface. |