Package org.apache.jmeter.gui.action
Class ExportTransactionAndSamplerNames
-
- All Implemented Interfaces:
-
org.apache.jmeter.gui.action.Command,org.apache.jmeter.gui.plugin.MenuCreator
@AutoService(value = {Command.class, MenuCreator.class}) public class ExportTransactionAndSamplerNames extends AbstractAction implements MenuCreatorExport transactions names for web report
- Since:
3.3
-
-
Constructor Summary
Constructors Constructor Description ExportTransactionAndSamplerNames()
-
Method Summary
Modifier and Type Method Description voiddoAction(ActionEvent e)Set<String>getActionNames()Array<JMenuItem>getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)Array<JMenu>getTopLevelMenus()booleanlocaleChanged(MenuElement menu)voidlocaleChanged()-
-
Method Detail
-
doAction
void doAction(ActionEvent e)
-
getActionNames
Set<String> getActionNames()
-
getMenuItemsAtLocation
Array<JMenuItem> getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
-
getTopLevelMenus
Array<JMenu> getTopLevelMenus()
-
localeChanged
boolean localeChanged(MenuElement menu)
-
localeChanged
void localeChanged()
-
-
-
-