|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.TreeView.PathComparator
public static final class TreeView.PathComparator
A comparator that sorts paths by the order in which they would visually appear in a fully expanded tree, otherwise known as their "row order".
Constructor Summary | |
---|---|
TreeView.PathComparator()
|
Method Summary | |
---|---|
int |
compare(Sequence<java.lang.Integer> path1,
Sequence<java.lang.Integer> path2)
|
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 |
Constructor Detail |
---|
public TreeView.PathComparator()
Method Detail |
---|
public int compare(Sequence<java.lang.Integer> path1, Sequence<java.lang.Integer> path2)
compare
in interface java.util.Comparator<Sequence<java.lang.Integer>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |