org.apache.jmeter.report.gui.tree
Class ReportTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.apache.jmeter.report.gui.tree.ReportTreeNode
- All Implemented Interfaces:
- Serializable, Cloneable, MutableTreeNode, TreeNode, NamedTreeNode
public class ReportTreeNode
- extends DefaultMutableTreeNode
- implements NamedTreeNode
- See Also:
- Serialized Form
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 |
ReportTreeNode
public ReportTreeNode()
ReportTreeNode
public ReportTreeNode(TestElement userObj,
ReportTreeModel treeModel)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getIcon
public ImageIcon getIcon()
getIcon
public ImageIcon getIcon(boolean enabled)
getMenuCategories
public Collection getMenuCategories()
createPopupMenu
public JPopupMenu createPopupMenu()
getTestElement
public TestElement getTestElement()
getStaticLabel
public String getStaticLabel()
getDocAnchor
public String getDocAnchor()
setName
public void setName(String name)
- Specified by:
setName
in interface NamedTreeNode
getName
public String getName()
- Specified by:
getName
in interface NamedTreeNode
nameChanged
public void nameChanged()
- Specified by:
nameChanged
in interface NamedTreeNode
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.