Apache JMeter

org.apache.jmeter.report.gui.action
Class ReportPaste

java.lang.Object
  extended by org.apache.jmeter.report.gui.action.AbstractAction
      extended by org.apache.jmeter.report.gui.action.ReportPaste
All Implemented Interfaces:
Command

public class ReportPaste
extends AbstractAction

Places a copied JMeterTreeNode under the selected node.


Field Summary
static String PASTE
           
 
Constructor Summary
ReportPaste()
           
 
Method Summary
 void doAction(ActionEvent e)
           
 Set<String> getActionNames()
           
 
Methods inherited from class org.apache.jmeter.report.gui.action.AbstractAction
popupShouldSave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASTE

public static final String PASTE
See Also:
Constant Field Values
Constructor Detail

ReportPaste

public ReportPaste()
Method Detail

getActionNames

public Set<String> getActionNames()
Specified by:
getActionNames in interface Command
Specified by:
getActionNames in class AbstractAction
See Also:
Command.getActionNames()

doAction

public void doAction(ActionEvent e)
Specified by:
doAction in interface Command
Overrides:
doAction in class AbstractAction
See Also:
Command.doAction(ActionEvent)

Apache JMeter

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