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.


Field Summary
static int ALPHABETIC_SORT
           
static int NO_SORT
           
static int NUMERIC_SORT
           
 
Method Summary
 int getSortType()
           
 void setSortType(int type)
           
 boolean sortChildren()
           
 

Field Detail

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
Method Detail

setSortType

void setSortType(int type)

getSortType

int getSortType()

sortChildren

boolean sortChildren()


Copyright © 2009. All Rights Reserved.