public class TreeView
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TreeView() |
TreeView(java.util.List<TreeNodeView> list,
int depth) |
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
java.util.List<TreeNodeView> |
getList() |
public TreeView()
public TreeView(java.util.List<TreeNodeView> list, int depth)
public int getDepth()
public java.util.List<TreeNodeView> getList()