|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.treeManager.model.Tree
public class Tree
Class declaration
Constructor Summary | |
---|---|
Tree(List<TreeNode> treeNodes)
Constructor declaration |
Method Summary | |
---|---|
int |
getDepth()
Method declaration |
TreeNode |
getRoot()
Method declaration |
List<TreeNode> |
getTree()
Method declaration |
void |
setTree(List<TreeNode> treeNodes)
Method declaration |
String |
toString()
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tree(List<TreeNode> treeNodes)
treeNodes
-
Method Detail |
---|
public List<TreeNode> getTree()
public void setTree(List<TreeNode> treeNodes)
treeNodes
-
public int getDepth()
public TreeNode getRoot()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |