org.apache.jmeter.gui.util
Class ReportMenuFactory
java.lang.Object
org.apache.jmeter.gui.util.ReportMenuFactory
public final class ReportMenuFactory
- extends java.lang.Object
Method Summary |
static void |
addEditMenu(javax.swing.JPopupMenu menu,
boolean removable)
|
static void |
addFileMenu(javax.swing.JPopupMenu menu)
|
static javax.swing.JPopupMenu |
getDefaultAssertionMenu()
|
static javax.swing.JPopupMenu |
getDefaultConfigElementMenu()
|
static javax.swing.JPopupMenu |
getDefaultControllerMenu()
|
static javax.swing.JPopupMenu |
getDefaultExtractorMenu()
|
static javax.swing.JPopupMenu |
getDefaultTimerMenu()
|
static javax.swing.JPopupMenu |
getDefaultVisualizerMenu()
|
static javax.swing.JMenu |
makeMenu(java.util.Collection menuInfo,
java.lang.String actionCommand,
java.lang.String menuName)
|
static javax.swing.JMenu |
makeMenu(java.lang.String category,
java.lang.String actionCommand)
|
static javax.swing.JMenuItem |
makeMenuItem(java.lang.String label,
java.lang.String name,
java.lang.String actionCommand)
|
static javax.swing.JMenuItem |
makeMenuItem(java.lang.String label,
java.lang.String name,
java.lang.String actionCommand,
javax.swing.KeyStroke accel)
|
static javax.swing.JMenu |
makeMenus(java.lang.String[] categories,
java.lang.String label,
java.lang.String actionCommand)
|
static void |
setEnabled(javax.swing.JMenu menu)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMERS
public static final java.lang.String TIMERS
- See Also:
- Constant Field Values
CONTROLLERS
public static final java.lang.String CONTROLLERS
- See Also:
- Constant Field Values
CONFIG_ELEMENTS
public static final java.lang.String CONFIG_ELEMENTS
- See Also:
- Constant Field Values
POST_PROCESSORS
public static final java.lang.String POST_PROCESSORS
- See Also:
- Constant Field Values
PRE_PROCESSORS
public static final java.lang.String PRE_PROCESSORS
- See Also:
- Constant Field Values
NON_TEST_ELEMENTS
public static final java.lang.String NON_TEST_ELEMENTS
- See Also:
- Constant Field Values
LISTENERS
public static final java.lang.String LISTENERS
- See Also:
- Constant Field Values
REPORT_PAGE
public static final java.lang.String REPORT_PAGE
- See Also:
- Constant Field Values
TABLES
public static final java.lang.String TABLES
- See Also:
- Constant Field Values
addEditMenu
public static void addEditMenu(javax.swing.JPopupMenu menu,
boolean removable)
addFileMenu
public static void addFileMenu(javax.swing.JPopupMenu menu)
makeMenus
public static javax.swing.JMenu makeMenus(java.lang.String[] categories,
java.lang.String label,
java.lang.String actionCommand)
getDefaultControllerMenu
public static javax.swing.JPopupMenu getDefaultControllerMenu()
getDefaultConfigElementMenu
public static javax.swing.JPopupMenu getDefaultConfigElementMenu()
getDefaultVisualizerMenu
public static javax.swing.JPopupMenu getDefaultVisualizerMenu()
getDefaultTimerMenu
public static javax.swing.JPopupMenu getDefaultTimerMenu()
getDefaultAssertionMenu
public static javax.swing.JPopupMenu getDefaultAssertionMenu()
getDefaultExtractorMenu
public static javax.swing.JPopupMenu getDefaultExtractorMenu()
makeMenu
public static javax.swing.JMenu makeMenu(java.lang.String category,
java.lang.String actionCommand)
makeMenu
public static javax.swing.JMenu makeMenu(java.util.Collection menuInfo,
java.lang.String actionCommand,
java.lang.String menuName)
setEnabled
public static void setEnabled(javax.swing.JMenu menu)
makeMenuItem
public static javax.swing.JMenuItem makeMenuItem(java.lang.String label,
java.lang.String name,
java.lang.String actionCommand)
makeMenuItem
public static javax.swing.JMenuItem makeMenuItem(java.lang.String label,
java.lang.String name,
java.lang.String actionCommand,
javax.swing.KeyStroke accel)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.