|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.gui.HierarchyPropertyParser.TreeNode
The inner class implementing a single tree node. All fields are made public simply for convenient access, Although a severe violation of OO Design principle.
Field Summary | |
java.util.Vector |
children
The children of this node |
java.lang.String |
context
The context of this node |
int |
level
The level of this node |
HierarchyPropertyParser.TreeNode |
parent
The parent of this node |
java.lang.String |
value
The value of this node. |
Constructor Summary | |
private |
HierarchyPropertyParser.TreeNode()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public HierarchyPropertyParser.TreeNode parent
public java.lang.String value
public java.util.Vector children
public int level
public java.lang.String context
Constructor Detail |
private HierarchyPropertyParser.TreeNode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |