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