| AbstractControllerGui |
This is the base class for JMeter GUI components which manage controllers.
|
| CriticalSectionControllerGui |
The user interface for a controller which specifies that its subcomponents
should be executed while a condition holds.
|
| ForeachControlPanel |
The user interface for a foreach controller which specifies that its
subcomponents should be executed some number of times in a loop.
|
| IfControllerPanel |
The user interface for a controller which specifies that its subcomponents
should be executed while a condition holds.
|
| IncludeControllerGui |
|
| InterleaveControlGui |
|
| LogicControllerGui |
A generic controller component.
|
| LoopControlPanel |
The user interface for a controller which specifies that its subcomponents
should be executed some number of times in a loop.
|
| ModuleControllerGui |
ModuleControllerGui provides UI for configuring ModuleController element.
|
| OnceOnlyControllerGui |
|
| RandomControlGui |
|
| RandomOrderControllerGui |
GUI for RandomOrderController.
|
| RunTimeGui |
The user interface for a controller which specifies that its subcomponents
should be executed some number of seconds in a loop.
|
| SwitchControllerGui |
|
| TestFragmentControllerGui |
This defines a simple Test Fragment GUI that can be used instead of a Thread Group
to allow for a non-execution part of the Test Plan that can be saved and referenced
by a Module or Include Controller.
|
| TestPlanGui |
JMeter GUI component representing the test plan which will be executed when
the test is run.
|
| ThroughputControllerGui |
|
| TransactionControllerGui |
A Transaction controller component.
|
| TreeNodeWrapper |
Used in JComboBoxes to reference JMeterTreeNodes
|
| WhileControllerGui |
|
| WorkBenchGui |
JMeter GUI component representing a work bench where users can make
preparations for the test plan.
|