|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.jas.plugin.tree.SorterFolderFirst
Constructor Summary | |
SorterFolderFirst()
|
Method Summary | |
java.lang.String |
algorithmName()
The name of the sorting algorithm. |
java.lang.String |
description()
The description of what the algorithm does. |
int |
sort(FTreeNode node1,
FTreeNode node2)
Sort two FTreeNodes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SorterFolderFirst()
Method Detail |
public java.lang.String algorithmName()
FTreeNodeSorter
algorithmName
in interface FTreeNodeSorter
public java.lang.String description()
FTreeNodeSorter
description
in interface FTreeNodeSorter
public int sort(FTreeNode node1, FTreeNode node2)
FTreeNodeSorter
sort
in interface FTreeNodeSorter
node1
- The first node.node2
- The second node.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |