|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.ViewerSorter
org.softevo.ample.ui.AbstractSorter
org.softevo.ample.ui.views.RankingSorter
public class RankingSorter
Field Summary | |
---|---|
static int |
MODE_CLASSNAME
|
static int |
MODE_WEIGHT
|
Fields inherited from class org.softevo.ample.ui.AbstractSorter |
---|
ascending, mode |
Fields inherited from class org.eclipse.jface.viewers.ViewerSorter |
---|
collator |
Constructor Summary | |
---|---|
RankingSorter(boolean ascending,
int mode)
|
Method Summary | |
---|---|
protected int |
compare(java.lang.Object first,
java.lang.Object second)
|
Methods inherited from class org.softevo.ample.ui.AbstractSorter |
---|
compare, getAscending, getMode, setAscending |
Methods inherited from class org.eclipse.jface.viewers.ViewerSorter |
---|
category, getCollator, isSorterProperty, sort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MODE_CLASSNAME
public static final int MODE_WEIGHT
Constructor Detail |
---|
public RankingSorter(boolean ascending, int mode)
Method Detail |
---|
protected int compare(java.lang.Object first, java.lang.Object second)
compare
in class AbstractSorter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |