|
Class Summary |
| AbstractTreeStrategy |
This is the implementation of TreeStrategy that all classes
requiring to implement TreeStrategy should extend. |
| AbstractVisualGraphTreeStrategy |
This abstract class offers another abstract layer above the
AbstractTreeStrategy abstract class it extends in order to provide more
default methods implementation that can be used for concrete "strategies"
associated to VisualGraphs.
|
| DefaultVisualGraphTreeModel |
This is the default tree model used with the TreeOutliner instances.
|
| DefaultVisualGraphTreeStrategy |
This is the default javax.swing implementation of the abstract
AbstractVisualGraphTreeStrategy.
|