info.aduna.clustermap.action
Class TreeSortNameAction
java.lang.Object
javax.swing.AbstractAction
info.aduna.clustermap.action.TreeSortAction
info.aduna.clustermap.action.TreeSortNameAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class TreeSortNameAction
- extends TreeSortAction
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.
- 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 |
TreeSortNameAction
public TreeSortNameAction(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.