public class VarTree extends Object implements MutableTreeNode
| Constructor and Description |
|---|
VarTree(DebugPanel.StackFrameRef ref) |
VarTree(String name,
String type,
com.sun.jdi.Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
addViaModel(MutableTreeNode child) |
Enumeration |
children() |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
List<VarTree> |
getChildren() |
Icon |
getIcon() |
int |
getIndex(TreeNode node) |
String |
getName() |
VarTree |
getParent() |
TreePath |
getPath() |
JTree |
getTree() |
String |
getType() |
com.sun.jdi.Value |
getValue() |
static boolean |
hasSuperClass(com.sun.jdi.ReferenceType referenceType,
String typeName) |
void |
insert(MutableTreeNode child) |
void |
insert(MutableTreeNode child,
int index) |
void |
insertViaModel(MutableTreeNode child,
int index) |
boolean |
isLeaf() |
boolean |
isRoot() |
boolean |
isTerminal() |
void |
remove(int index) |
void |
remove(MutableTreeNode node) |
void |
removeFromParent() |
void |
select() |
void |
setParent(MutableTreeNode newParent) |
void |
setUserObject(Object object) |
String |
toString() |
public VarTree(DebugPanel.StackFrameRef ref)
public String getName()
public String getType()
public com.sun.jdi.Value getValue()
public boolean isTerminal()
public boolean isRoot()
public void insert(MutableTreeNode child)
public void insert(MutableTreeNode child, int index)
insert in interface MutableTreeNodepublic void addViaModel(MutableTreeNode child)
public void insertViaModel(MutableTreeNode child, int index)
public void remove(int index)
remove in interface MutableTreeNodepublic void remove(MutableTreeNode node)
remove in interface MutableTreeNodepublic void setUserObject(Object object)
setUserObject in interface MutableTreeNodepublic void removeFromParent()
removeFromParent in interface MutableTreeNodepublic void setParent(MutableTreeNode newParent)
setParent in interface MutableTreeNodepublic TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic Enumeration children()
public void select()
public TreePath getPath()
public Icon getIcon()
public JTree getTree()
public static boolean hasSuperClass(com.sun.jdi.ReferenceType referenceType,
String typeName)
Copyright © 2017. All rights reserved.