info.aduna.clustermap.action
Class TreeSortOriginalOrderAction
java.lang.Object
javax.swing.AbstractAction
info.aduna.clustermap.action.TreeSortAction
info.aduna.clustermap.action.TreeSortOriginalOrderAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class TreeSortOriginalOrderAction
- extends TreeSortAction
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.
- See Also:
- Serialized Form
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
TreeSortOriginalOrderAction
public TreeSortOriginalOrderAction(ClassTree tree)
sort
public void sort(DefaultMutableTreeNode[] nodes,
ClassTree tree)
- Description copied from class:
TreeSortAction
- Sort the specified array of tree nodes according to some criterion.
- Specified by:
sort in class TreeSortAction
Copyright © 1997-2008 Aduna. All Rights Reserved.