java.lang.Object
de.grogra.imp.ObjectInspector.TreeNode
- All Implemented Interfaces:
TreeNode
- Enclosing class:
- ObjectInspector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(ObjectInspector.TreeNode treeNode) children()
boolean
getChildAt
(int childIndex) int
int
boolean
isLeaf()
toString()
-
Constructor Details
-
TreeNode
-
-
Method Details
-
addChild
-
toString
-
getObject
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
-
getIndex
-
children
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
-
getParent
-
isLeaf
public boolean isLeaf()
-