org.apache.jmeter.report.gui.action

Class ReportRemove

Implemented Interfaces:
Command

public class ReportRemove
extends Object
implements Command

Constructor Summary

ReportRemove()
Constructor for the Remove object

Method Summary

void
doAction(ActionEvent e)
Set
getActionNames()
Gets the ActionNames attribute of the Remove object.
static void
removeNode(ReportTreeNode node)

Constructor Details

ReportRemove

public ReportRemove()
Constructor for the Remove object

Method Details

doAction

public void doAction(ActionEvent e)
Specified by:
doAction in interface Command

getActionNames

public Set getActionNames()
Gets the ActionNames attribute of the Remove object.
Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

removeNode

public static void removeNode(ReportTreeNode node)

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