| Apache JMeter | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JPanelorg.apache.jmeter.gui.AbstractJMeterGuiComponentorg.apache.jmeter.timers.gui.AbstractTimerGuiorg.apache.jmeter.timers.gui.GaussianRandomTimerGuipublic class GaussianRandomTimerGuiextends AbstractTimerGuiField Summary |
Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent | |
namePanel | |
Constructor Summary | |
| |
Method Summary | |
void |
|
void |
|
TestElement |
|
static void |
|
String | |
void |
|
Methods inherited from class org.apache.jmeter.timers.gui.AbstractTimerGui | |
createPopupMenu, getMenuCategories | |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent | |
clearGui, configure, configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, setEnabled, setName, setNode | |
public void clearGui()
- Specified by:
- clearGui in interface JMeterGUIComponent
- Overrides:
- clearGui in interface AbstractJMeterGuiComponent
public void configure(TestElement el)
Configure this GUI component from the underlying TestElement.
- Specified by:
- configure in interface JMeterGUIComponent
- Overrides:
- configure in interface AbstractJMeterGuiComponent
public TestElement createTestElement()
Create the test element underlying this GUI component.
- Specified by:
- createTestElement in interface JMeterGUIComponent
public static void error(Exception e,
JComponent thrower)Handle an error.
- Parameters:
e- the Exception that was thrown.thrower- the JComponent that threw the Exception.
public String getLabelResource()
- Specified by:
- getLabelResource in interface JMeterGUIComponent
public void modifyTestElement(TestElement timer)
Modifies a given TestElement to mirror the data in the gui components.
- Specified by:
- modifyTestElement in interface JMeterGUIComponent