|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.universaldevices.device.model.UDNodes
public class UDNodes
This is a utitliy class for sorting nodes and groups
Constructor Summary | |
---|---|
UDNodes()
|
Method Summary | |
---|---|
static java.util.ArrayList<UDFolder> |
getSortedFolders()
Return an ArrayList of sorted groups |
static java.util.ArrayList<UDGroup> |
getSortedGroups(boolean includeRoot)
Return an ArrayList of sorted groups |
static java.util.ArrayList<UDNode> |
getSortedNodes()
Returns an ArrayList of sorted nodes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDNodes()
Method Detail |
---|
public static java.util.ArrayList<UDNode> getSortedNodes()
public static java.util.ArrayList<UDGroup> getSortedGroups(boolean includeRoot)
ArrayList
of sorted groupspublic static java.util.ArrayList<UDFolder> getSortedFolders()
ArrayList
of sorted groups
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |