static class ScreenTree.TreeNode extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
protected XmlAction |
actions |
|
protected XmlAction |
condition |
|
protected MNode |
labelNode |
|
protected MNode |
linkNode |
|
protected java.lang.String |
location |
|
protected ScreenTree |
screenTree |
|
protected java.util.List<TreeSubNode> |
subNodeList |
|
protected MNode |
treeNodeNode |
| Constructor and description |
|---|
TreeNode
(ScreenTree screenTree, MNode treeNodeNode, java.lang.String location) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |