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
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addParentToTree
(org.apache.jmeter.testelement.TestElement newParent) void
Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Constructor Details
-
AddParent
public AddParent()
-
-
Method Details
-
doAction
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
-
getActionNames
-
addParentToTree
protected static void addParentToTree(org.apache.jmeter.testelement.TestElement newParent)
-