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