org.apache.jmeter.report.gui.action
Class ReportAddToTree
java.lang.Object
org.apache.jmeter.report.gui.action.ReportAddToTree
- All Implemented Interfaces:
- Command
- public class ReportAddToTree
- extends Object
- implements Command
- Version:
- $Revision: 331678 $ Last updated: $Date: 2005-11-08 04:32:56 +0000 (Tue, 08 Nov 2005) $
- Author:
- Peter Lin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportAddToTree
public ReportAddToTree()
getActionNames
public Set getActionNames()
- Gets the Set of actions this Command class responds to.
- Specified by:
getActionNames
in interface Command
- Returns:
- the ActionNames value
doAction
public void doAction(ActionEvent e)
- Adds the specified class to the current node of the tree.
- Specified by:
doAction
in interface Command
addObjectToTree
protected void addObjectToTree(TestElement el)
Copyright © 1998-2006 Apache Software Foundation. All Rights Reserved.