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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Provide 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:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- Throws:
IllegalUserActionException
- See Also:
-
getActionNames
Provide the list of Action names that are available in this command.
-