Package editor.debugger
Class VarTree
java.lang.Object
editor.debugger.VarTree
- All Implemented Interfaces:
MutableTreeNode,TreeNode
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaddViaModel(MutableTreeNode child) children()booleangetChildAt(int childIndex) intgetIcon()intgetName()getPath()getTree()getType()com.sun.jdi.ValuegetValue()static booleanhasSuperClass(com.sun.jdi.ReferenceType referenceType, String typeName) voidinsert(MutableTreeNode child) voidinsert(MutableTreeNode child, int index) voidinsertViaModel(MutableTreeNode child, int index) booleanisLeaf()booleanisRoot()booleanvoidremove(int index) voidremove(MutableTreeNode node) voidvoidselect()voidsetParent(MutableTreeNode newParent) voidsetUserObject(Object object) toString()
-
Constructor Details
-
VarTree
-
VarTree
-
-
Method Details
-
getName
-
getType
-
getValue
public com.sun.jdi.Value getValue() -
isTerminal
public boolean isTerminal() -
isRoot
public boolean isRoot() -
getChildren
-
insert
-
insert
- Specified by:
insertin interfaceMutableTreeNode
-
addViaModel
-
insertViaModel
-
remove
public void remove(int index) - Specified by:
removein interfaceMutableTreeNode
-
remove
- Specified by:
removein interfaceMutableTreeNode
-
setUserObject
- Specified by:
setUserObjectin interfaceMutableTreeNode
-
removeFromParent
public void removeFromParent()- Specified by:
removeFromParentin interfaceMutableTreeNode
-
setParent
- Specified by:
setParentin interfaceMutableTreeNode
-
getChildAt
- Specified by:
getChildAtin interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode
-
getParent
-
getIndex
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildrenin interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
toString
-
select
public void select() -
getPath
-
getIcon
-
getTree
-
hasSuperClass
-