Package org.apache.jmeter.gui.action
Class AddParent
- java.lang.Object
-
- org.apache.jmeter.gui.action.AddParent
-
-
Constructor Summary
Constructors Constructor Description AddParent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addParentToTree(TestElement newParent)
void
doAction(ActionEvent e)
Set<String>
getActionNames()
-
-
-
Method Detail
-
doAction
public void doAction(ActionEvent e)
-
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interfaceCommand
-
addParentToTree
protected void addParentToTree(TestElement newParent)
-
-