Package org.apache.jmeter.gui.action
Class AddToTree
java.lang.Object
org.apache.jmeter.gui.action.AddToTree
- All Implemented Interfaces:
Command
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
AddToTree
public AddToTree()
-
-
Method Details
-
getActionNames
Gets the Set of actions this Command class responds to.- Specified by:
getActionNames
in interfaceCommand
- Returns:
- the ActionNames value
-
doAction
Adds the specified class to the current node of the tree.
-