|
Class Summary |
| ClassificationFileFilter |
|
| ExportAction |
ExportAction allows the user to export the visual contents of a ClusterMap to
various export formats. |
| HistoryBackAction |
Issues a request to replace the current graph with the previous graph in the
history. |
| HistoryForwardAction |
Issues a request to replace the current graph with the next graph in the
history. |
| ModelClearAction |
A ModelClearAction issues a request to clear the contents of the ClusterMap,
corresponding with an empty ClusterModel. |
| OpenAction |
OpenAction is a ClusterMapAction that offers the user the ability to open a
new Classification tree that will be displayed in the components managed by
the ClusterMapMediator. |
| PreferencesAction |
PreferencesAction shows a ClusterConfigPanel inside a JDialog. |
| SaveAsAction |
SaveAsAction offers the user the ability to save the current Classification
tree to a file. |
| ToggleAnimationAction |
ToggleAnimationAction toggles the use of animation in a GraphPanel. |
| ToggleFitToSizeAction |
ToggleScaleToFitViewportAction toggles the scale-to-fit-viewport property of
a GraphPanel. |
| TreeCollapseAllAction |
This action collapses and expands nodes so that only the root node is
expanded and all other nodes are collapsed. |
| TreeExpandNLevelsAction |
Can be used in a popup on a ClassTree to expand a node in a class
tree to an arbitrary number of levels. |
| TreeExpandOneLevelAction |
Can be used in a popup on a ClassTree to expand a node in a class
tree. |
| TreeExpandTwoLevelsAction |
Can be used in a popup on a ClassTree to expand a node in a class
tree two levels deep. |
| TreeSortAction |
Abstract super class of Actions that let the user sort the siblings of a tree
node in a ClassTree. |
| TreeSortNameAction |
Can be used in a popup on a ClassTree to sort the children of the
popup node, based on the name of the represented Classification. |
| TreeSortOriginalOrderAction |
Can be used in a popup on a ClassTree to sort the children of the
popup node, based on the original order of the Classifications in the
Classification hierarchy. |
| TreeSortSizeAction |
Can be used in a popup on a ClassTree to sort the children of the
popup node, based on the size of the represented Classification. |
| UpdateLayoutAction |
An UpdateLayoutAction updates the layout (and rendering) of the graph, so
that it again meets the aesthetic criteria of the layout algorithm. |