Methods in com.cc.framework.util that throw TreeStructureException |
static void |
TreeHelp.connectOutline(java.util.Collection nodes)
Connects all nodes with a parent child relationship a collection. |
static TreeGroupDataModel |
TreeHelp.createOutline(java.util.Collection nodes)
Creates a Tree from a Collection. |
static TreeGroupDataModel |
TreeHelp.createOutline(TreeGroupDataModel root,
java.util.Collection nodes)
Creates a Tree from an ArrayList. |
static TreeGroupDataModel |
TreeHelp.createOutline(TreeGroupDataModel root,
java.util.Map elements)
Creates a Tree from an Hashtable. |