|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.tree.DefaultMutableTreeNode | +--com.bluemarsh.jswat.panel.BreakPanel.BasicTreeNode
Class BasicTreeNode is the base class for both breakpoint nodes and breakpoint group nodes.
Field Summary | |
protected javax.swing.Icon |
disabledIcon
Icon for disabled breakpoints. |
protected javax.swing.Icon |
resolvedIcon
Icon for resolved breakpoints. |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
BreakPanel.BasicTreeNode(java.lang.Object userObject)
Constructs a BasicTreeNode. |
|
BreakPanel.BasicTreeNode(java.lang.Object userObject,
boolean allowsChildren)
Constructs a BasicTreeNode. |
Method Summary | |
javax.swing.Icon |
getIcon()
Returns the icon appropriate for this node. |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected javax.swing.Icon disabledIcon
protected javax.swing.Icon resolvedIcon
Constructor Detail |
public BreakPanel.BasicTreeNode(java.lang.Object userObject)
userObject
- user object.public BreakPanel.BasicTreeNode(java.lang.Object userObject, boolean allowsChildren)
userObject
- user object.allowsChildren
- true if node allows children.Method Detail |
public javax.swing.Icon getIcon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |