com.metamatrix.console.ui.tree
Interface SortsChildren
- All Known Implementing Classes:
- ChildSortingTreeNode, DataNodesTreeNode, LazyBranchNode
public interface SortsChildren
Interface to be implemented by a DefaultMutableTreeNode which keeps its children in a
sorted order.
NUMERIC_SORT
static final int NUMERIC_SORT
- See Also:
- Constant Field Values
ALPHABETIC_SORT
static final int ALPHABETIC_SORT
- See Also:
- Constant Field Values
NO_SORT
static final int NO_SORT
- See Also:
- Constant Field Values
setSortType
void setSortType(int type)
getSortType
int getSortType()
sortChildren
boolean sortChildren()
Copyright © 2009. All Rights Reserved.