Package org.apache.jmeter.gui
Class HtmlReportAction
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.HtmlReportAction
- All Implemented Interfaces:
Command
,MenuCreator
@AutoService({Command.class,MenuCreator.class})
public class HtmlReportAction
extends AbstractAction
implements MenuCreator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jmeter.gui.plugin.MenuCreator
MenuCreator.MENU_LOCATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
MenuItems to be added in location menuJMenu[]
void
Update Top Level menu on Locale Changeboolean
localeChanged
(MenuElement menu) Methods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave
-
Constructor Details
-
HtmlReportAction
public HtmlReportAction()
-
-
Method Details
-
doAction
- Specified by:
doAction
in interfaceCommand
- Overrides:
doAction
in classAbstractAction
- Throws:
IllegalUserActionException
- See Also:
-
getActionNames
- Specified by:
getActionNames
in interfaceCommand
-
getMenuItemsAtLocation
Description copied from interface:MenuCreator
MenuItems to be added in location menu- Specified by:
getMenuItemsAtLocation
in interfaceMenuCreator
- Parameters:
location
- in top menu- Returns:
- array of
JMenuItem
-
getTopLevelMenus
- Specified by:
getTopLevelMenus
in interfaceMenuCreator
- Returns:
- array of JMenu to be put as top level menu between Options and Help
-
localeChanged
- Specified by:
localeChanged
in interfaceMenuCreator
- Parameters:
menu
- MenuElement- Returns:
- true if menu was concerned by Locale change
-
localeChanged
public void localeChanged()Description copied from interface:MenuCreator
Update Top Level menu on Locale Change- Specified by:
localeChanged
in interfaceMenuCreator
-
getHtmlReportPanel
-