byucc.jhdl.apps.Viewers.NewTreeBrowser
Class TreeBrowserModel.Sort

java.lang.Object
  extended bybyucc.jhdl.apps.Viewers.NewTreeBrowser.TreeBrowserModel.Sort
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
TreeBrowserModel

public static class TreeBrowserModel.Sort
extends java.lang.Object
implements java.util.Comparator


Field Summary
static int ASCENDING_BY_ALPHABET
           
static int DESCENDING_BY_ALPHABET
           
static int type
           
 
Constructor Summary
TreeBrowserModel.Sort()
           
TreeBrowserModel.Sort(int type)
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

ASCENDING_BY_ALPHABET

public static final int ASCENDING_BY_ALPHABET
See Also:
Constant Field Values

DESCENDING_BY_ALPHABET

public static final int DESCENDING_BY_ALPHABET
See Also:
Constant Field Values

type

public static int type
Constructor Detail

TreeBrowserModel.Sort

public TreeBrowserModel.Sort()

TreeBrowserModel.Sort

public TreeBrowserModel.Sort(int type)
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.