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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static voidaddParentToTree(org.apache.jmeter.testelement.TestElement newParent) voidMethods inherited from class org.apache.jmeter.gui.action.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
AddParentpublic AddParent()
 
- 
- 
Method Details- 
doAction- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- See Also:
 
- 
getActionNames
- 
addParentToTreeprotected static void addParentToTree(org.apache.jmeter.testelement.TestElement newParent) 
 
-