|
|||||||||
| Home >> All >> org >> apache >> jmeter >> control >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.jmeter.control.gui
Class RandomOrderControllerGui

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.control.gui.AbstractControllerGui
org.apache.jmeter.control.gui.LogicControllerGui
org.apache.jmeter.control.gui.RandomOrderControllerGui
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, org.apache.jmeter.gui.JMeterGUIComponent, java.awt.MenuContainer, org.apache.jmeter.visualizers.Printable, java.io.Serializable
- public class RandomOrderControllerGui
- extends LogicControllerGui
GUI for RandomOrderController.
- Version:
- $Revision: 1.5 $ updated on $Date: 2005/07/12 20:50:29 $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
|
| 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.Container |
|
| 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 | |
RandomOrderControllerGui()
|
|
| Method Summary | |
org.apache.jmeter.testelement.TestElement |
createTestElement()
JMeter test components are separated into a model and a GUI representation. |
java.lang.String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
void |
modifyTestElement(org.apache.jmeter.testelement.TestElement ic)
GUI components are responsible for populating TestElements they create with the data currently held in the GUI components. |
| Methods inherited from class org.apache.jmeter.control.gui.LogicControllerGui |
|
| Methods inherited from class org.apache.jmeter.control.gui.AbstractControllerGui |
createPopupMenu, getMenuCategories |
| Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
clear, configure, configureTestElement, createTitleLabel, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, 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 |
| Constructor Detail |
RandomOrderControllerGui
public RandomOrderControllerGui()
| Method Detail |
getLabelResource
public java.lang.String getLabelResource()
- Description copied from interface:
org.apache.jmeter.gui.JMeterGUIComponent - Get the component's resource name, which getStaticLabel uses to derive
the component's label in the local language. The resource name is fixed,
and does not vary with the selected language.
- Specified by:
getLabelResourcein interfaceorg.apache.jmeter.gui.JMeterGUIComponent- Overrides:
getLabelResourcein classLogicControllerGui
createTestElement
public org.apache.jmeter.testelement.TestElement createTestElement()
- Description copied from interface:
org.apache.jmeter.gui.JMeterGUIComponent - JMeter test components are separated into a model and a GUI
representation. The model holds the data and the GUI displays it. The GUI
class is responsible for knowing how to create and initialize with data
the model class that it knows how to display, and this method is called
when new test elements are created.
- Specified by:
createTestElementin interfaceorg.apache.jmeter.gui.JMeterGUIComponent- Overrides:
createTestElementin classLogicControllerGui
modifyTestElement
public void modifyTestElement(org.apache.jmeter.testelement.TestElement ic)
- Description copied from interface:
org.apache.jmeter.gui.JMeterGUIComponent - GUI components are responsible for populating TestElements they create
with the data currently held in the GUI components. This method should
overwrite whatever data is currently in the TestElement as it is called
after a user has filled out the form elements in the gui with new
information.
- Specified by:
modifyTestElementin interfaceorg.apache.jmeter.gui.JMeterGUIComponent- Overrides:
modifyTestElementin classLogicControllerGui
|
|||||||||
| Home >> All >> org >> apache >> jmeter >> control >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC