Class Summary |
DefaultStackModel |
This class is a default implementation of the StackModel
interface. |
DocumentDataSource |
This class is an implementation of HierarchicalDataSource
in which tree nodes represent HTML documents that are loaded as system
resources. |
DynamicTreeModel |
An implementation of ITreeModel that represents a dynamic
hierarchical data structure. |
FilesystemDataSource |
This class is an implementation of HierarchicalDataSource
wherein tree nodes represent files in the local filesystem. |
StaticTreeModel |
An implementation of ITreeModel that represents a static
hierarchical data structure. |
TableMap |
A mapping object for TableModel s. |
TableSorter |
A sorter for TableModel s. |
TreeModelListAdapter |
An adapter that allows a Swing JList to be used with the
StaticTreeModel and DynamicTreeModel data models. |
TreeModelTableAdapter |
An adapter that allows a Swing JTable to be used with the
StaticTreeModel and DynamicTreeModel data models. |
TreeModelTreeAdapter |
An adapter that allows a Swing JTree to be used with the
StaticTreeModel and DynamicTreeModel data models. |