|
Class Summary |
| DynamicTreeNode |
A tree node that dynamically loads child nodes using a HierarchicalDataStore |
| PersistentTreeCellEditor |
PersistentTreeCellEditor.java
This class overrides DefaultTreeCellEditor to allow for custom user object handling
of a region tree of application DayMate. |
| PersistentTreeModel |
A tree model that a JTree can use for data persistence using a HierarchicalDataStore |
| TreeMapper |
TreeMapper.java
TreeMapper maps a two dimensional data structure (rows and columns)
to a hierarchical data structure (tree). |
| TreeStorageController |
TreeStorageController.java
This class can be used in a JTree in conjunction with a PersistentTreeModel for persistent
storage of changes to tree data. |