Apache JMeter
1.9

org.apache.jmeter.gui.action
Class Copy

java.lang.Object
  |
  +--org.apache.jmeter.gui.action.AbstractAction
        |
        +--org.apache.jmeter.gui.action.Copy
All Implemented Interfaces:
Command

public class Copy
extends AbstractAction

Version:
$Revision: 1.4 $
Author:
Thad Smith

Field Summary
 
Fields inherited from class org.apache.jmeter.gui.action.AbstractAction
log
 
Constructor Summary
Copy()
           
 
Method Summary
static JMeterTreeNode cloneTreeNode(JMeterTreeNode node)
           
 void doAction(ActionEvent e)
           
 Set getActionNames()
           
static JMeterTreeNode getCopiedNode()
           
static void setCopiedNode(JMeterTreeNode node)
           
 
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
convertSubTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Copy

public Copy()
Method Detail

getActionNames

public Set 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)

getCopiedNode

public static JMeterTreeNode getCopiedNode()

setCopiedNode

public static void setCopiedNode(JMeterTreeNode node)

cloneTreeNode

public static JMeterTreeNode cloneTreeNode(JMeterTreeNode node)

Apache JMeter
1.9

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