|
Class Summary |
| AbstractCellEditor |
Abstract cell editor for the tree table. |
| AbstractJPPFTreeTableModel |
Abstract tree table model implementation for tree table-based options. |
| AbstractTreeCellRenderer |
Renderer used to render the tree nodes in the node data panel. |
| AbstractTreeTableModel |
An abstract implementation of the TreeTableModel interface, handling the list of listeners. |
| AbstractTreeTableOption |
Abstract implementation of a tree table-based option. |
| FileSystemModel |
FileSystemModel is a TreeTableModel representing a hierarchical file system. |
| JPPFTreeTable |
Common super class for all tree tables in the admin console. |
| 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. |
| TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements the table model interface. |