public class ReportTreeNode extends DefaultMutableTreeNode implements NamedTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
ReportTreeNode() |
ReportTreeNode(TestElement userObj,
ReportTreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
JPopupMenu |
createPopupMenu() |
String |
getDocAnchor() |
ImageIcon |
getIcon() |
ImageIcon |
getIcon(boolean enabled) |
Collection<String> |
getMenuCategories() |
String |
getName() |
String |
getStaticLabel() |
TestElement |
getTestElement() |
boolean |
isEnabled() |
void |
nameChanged() |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
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, toStringpublic ReportTreeNode()
public ReportTreeNode(TestElement userObj, ReportTreeModel treeModel)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public ImageIcon getIcon()
public ImageIcon getIcon(boolean enabled)
public Collection<String> getMenuCategories()
public JPopupMenu createPopupMenu()
public TestElement getTestElement()
public String getStaticLabel()
public String getDocAnchor()
public void setName(String name)
setName in interface NamedTreeNodepublic String getName()
getName in interface NamedTreeNodepublic void nameChanged()
nameChanged in interface NamedTreeNodeCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.