Package org.apache.jmeter.gui.action
Class AddParent
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.AddParent
- All Implemented Interfaces:
 Command
Implements the Add Parent menu command
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddParentToTree(org.apache.jmeter.testelement.TestElement newParent) voidMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
AddParent
public AddParent() 
 - 
 - 
Method Details
- 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- See Also:
 
 - 
getActionNames
 - 
addParentToTree
protected static void addParentToTree(org.apache.jmeter.testelement.TestElement newParent)  
 -