Package org.apache.jmeter.gui.action
Class What
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.What
- All Implemented Interfaces:
 Command
Debug class to show details of the currently selected object
 Currently shows TestElement and GUI class names
 Also enables/disables debug for the test element.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidProvide the list of Action names that are available in this command.Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
What
public What() 
 - 
 - 
Method Details
- 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- Throws:
 IllegalUserActionException- See Also:
 
 - 
getActionNames
Provide the list of Action names that are available in this command. 
 -