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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidThis 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:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- Parameters:
 e- the generic UI action event- See Also:
 
 
 -