Package org.apache.jmeter.gui.action
Class CollapseExpandTreeBranch
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.CollapseExpandTreeBranch
- All Implemented Interfaces:
Command
Processes the collapse and expand of a tree branch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method performs the actual command processing.Gets the ActionNames attribute of the CollapseExpandTreeBranch object.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Constructor Details
-
CollapseExpandTreeBranch
public CollapseExpandTreeBranch()Constructor
-
-
Method Details
-
getActionNames
Gets the ActionNames attribute of the CollapseExpandTreeBranch object.- Returns:
- the ActionNames value
-
doAction
This method performs the actual command processing.- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- Parameters:
e
- the generic UI action event- See Also:
-