| Package | Description |
|---|---|
| com.borland.silktest.jtf.common.types |
此程序包中包含常见的数据类型。
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getChildren() |
List<Node> |
Tree.getNodes()
前序遍历树后将树的内容作为
Node 列表返回。 |
List<Node> |
Tree.getRootNodes() |
| Constructor and Description |
|---|
Node(String text,
Node parent)
创建一个节点。
|
| Constructor and Description |
|---|
Tree(List<Node> rootNodes) |
Copyright 2009-2012 Micro Focus. All Rights Reserved.