|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
If a class implements this interface its instances can be drawn onto a
.
DebugTreeNodePanel
Useful for debugging as it's possible to get a visual rapresentation of a tree data structure.
DebugTreeNodePanel| Method Summary | |
DebugTreeNode |
getDebugNodeChild(int n)
Return the n-th child of this node object. |
int |
getDebugNodeChildrenCount()
Return the number of children of this node object. |
java.lang.String |
getDebugNodeText()
Return a String describing the node condent. |
| Method Detail |
public java.lang.String getDebugNodeText()
\n characters, the text is drawn with corresponding
carriage returns.
public DebugTreeNode getDebugNodeChild(int n)
null if the n-th node is not present.
n - index of the requested child. Must be a value between 0
and getDebugNodeChildrenCount()-1.
public int getDebugNodeChildrenCount()
getDebugNodeChild(int).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||