Package com.lightdev.tree.data

Interface Summary
HierarchicalDataStore HierarchicalDataStore.java Classes wishing to persistently store or load hierarchical data need to implement this interface.
HierarchicalItem HierarchicalItem.java Classes wishing to be treated as part of a hierarchical data structure need to implement this interface
 

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.
 

Exception Summary
StorageException StorageException.java