Package org.apache.jmeter.gui.action
Class AddToTree
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.AddToTree
- All Implemented Interfaces:
Command
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the specified class to the current node of the tree.Gets the Set of actions this Command class responds to.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Constructor Details
-
AddToTree
public AddToTree()
-
-
Method Details
-
getActionNames
Gets the Set of actions this Command class responds to.- Returns:
- the ActionNames value
-
doAction
Adds the specified class to the current node of the tree.- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- See Also:
-