|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.viewers.ViewerSorter
jpov.viewer.lemma.LemmaSorter
The class implements a sorter for the hypothesis viewer
Constructor Summary | |
LemmaSorter(LemmaFilterWindow lfw)
Constructs a lemma filter |
Method Summary | |
int |
compare(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object e1,
java.lang.Object e2)
If the two lines have the same origin, compare their nums, otherwise compare their origins. |
Methods inherited from class org.eclipse.jface.viewers.ViewerSorter |
category, getCollator, isSorterProperty, sort |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LemmaSorter(LemmaFilterWindow lfw)
lfw
- The associated filter windowMethod Detail |
public int compare(org.eclipse.jface.viewers.Viewer viewer, java.lang.Object e1, java.lang.Object e2)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |