| org.apache.jmeter.gui.AbstractJMeterGuiComponent org.apache.jmeter.control.gui.WorkBenchGui
WorkBenchGui | public class WorkBenchGui extends AbstractJMeterGuiComponent (Code) | | JMeter GUI component representing a work bench where users can make
preparations for the test plan.
|
Constructor Summary | |
public | WorkBenchGui() Create a new WorkbenchGui. |
WorkBenchGui | public WorkBenchGui()(Code) | | Create a new WorkbenchGui.
|
createPopupMenu | public JPopupMenu createPopupMenu()(Code) | | When a user right-clicks on the component in the test tree, or selects
the edit menu when the component is selected, the component will be asked
to return a JPopupMenu that provides all the options available to the
user from this component.
The WorkBench returns a popup menu allowing you to add anything.
a JPopupMenu appropriate for the component. |
getMenuCategories | public Collection getMenuCategories()(Code) | | This is the list of menu categories this gui component will be available
under. This implementation returns null, since the WorkBench appears at
the top level of the tree and cannot be added elsewhere.
a Collection of Strings, where each element is one of theconstants defined in MenuFactory |
|
|