org.apache.jmeter.report.gui.action

Class ReportAddToTree

Implemented Interfaces:
Command

public class ReportAddToTree
extends Object
implements Command

Constructor Summary

ReportAddToTree()

Method Summary

protected void
addObjectToTree(TestElement el)
void
doAction(ActionEvent e)
Adds the specified class to the current node of the tree.
Set
getActionNames()
Gets the Set of actions this Command class responds to.

Constructor Details

ReportAddToTree

public ReportAddToTree()

Method Details

addObjectToTree

protected void addObjectToTree(TestElement el)

doAction

public void doAction(ActionEvent e)
Adds the specified class to the current node of the tree.
Specified by:
doAction in interface Command

getActionNames

public Set getActionNames()
Gets the Set of actions this Command class responds to.
Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.