|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.apache.jmeter.gui.AbstractJMeterGuiComponent | +--org.apache.jmeter.timers.gui.AbstractTimerGui | +--org.apache.jmeter.timers.gui.GaussianRandomTimerGui
Implementation of a gaussian random timer.
Field Summary | |
String |
DEFAULT_DELAY
|
String |
DEFAULT_RANGE
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
GaussianRandomTimerGui()
No-arg constructor. |
Method Summary | |
void |
configure(TestElement el)
Configure this GUI component from the underlying TestElement. |
TestElement |
createTestElement()
Create the test element underlying this GUI component. |
static void |
error(Exception e,
JComponent thrower)
Handle an error. |
String |
getStaticLabel()
Get the title to display for this component. |
void |
modifyTestElement(TestElement timer)
Modifies a given TestElement to mirror the data in the gui components. |
Methods inherited from class org.apache.jmeter.timers.gui.AbstractTimerGui |
createPopupMenu, getMenuCategories |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
clear, configureTestElement, createTitleLabel, getName, getNamePanel, getNode, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setEnabled, setName, setNode |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final String DEFAULT_DELAY
public final String DEFAULT_RANGE
Constructor Detail |
public GaussianRandomTimerGui()
Method Detail |
public static void error(Exception e, JComponent thrower)
e
- the Exception that was thrown.thrower
- the JComponent that threw the Exception.public TestElement createTestElement()
JMeterGUIComponent.createTestElement()
public void modifyTestElement(TestElement timer)
timer
- the TestElement to modifyJMeterGUIComponent.modifyTestElement(TestElement)
public void configure(TestElement el)
configure
in interface JMeterGUIComponent
configure
in class AbstractJMeterGuiComponent
el
- the TestElement to configureJMeterGUIComponent.configure(TestElement)
public String getStaticLabel()
JMeterGUIComponent.getStaticLabel()
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |