|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.protocol.http.control.gui.HttpMirrorControlGui
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
namePanel |
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 | |
HttpMirrorControlGui()
|
Method Summary | |
void |
actionPerformed(ActionEvent action)
|
void |
clearGui()
Clear the gui and return it to initial default values. |
void |
configure(TestElement element)
The GUI must be able to extract the data from the TestElement and update all GUI fields to represent those data. |
TestElement |
createTestElement()
JMeter test components are separated into a model and a GUI representation. |
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
Collection |
getMenuCategories()
This is the list of add menu categories this gui component will be available under. |
void |
modifyTestElement(TestElement el)
Modifies a given TestElement to mirror the data in the gui components. |
Methods inherited from class org.apache.jmeter.control.gui.AbstractControllerGui |
createPopupMenu |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, 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 |
Methods inherited from interface org.apache.jmeter.gui.JMeterGUIComponent |
createPopupMenu, getDocAnchor, getName, getStaticLabel, isEnabled, setEnabled, setName, setNode |
Constructor Detail |
public HttpMirrorControlGui()
Method Detail |
public TestElement createTestElement()
JMeterGUIComponent
createTestElement
in interface JMeterGUIComponent
createTestElement
in class LogicControllerGui
public void modifyTestElement(TestElement el)
modifyTestElement
in interface JMeterGUIComponent
modifyTestElement
in class LogicControllerGui
JMeterGUIComponent.modifyTestElement(TestElement)
public String getLabelResource()
JMeterGUIComponent
getLabelResource
in interface JMeterGUIComponent
getLabelResource
in class LogicControllerGui
public Collection getMenuCategories()
JMeterGUIComponent
getMenuCategories
in interface JMeterGUIComponent
getMenuCategories
in class AbstractControllerGui
public void configure(TestElement element)
JMeterGUIComponent
configure
in interface JMeterGUIComponent
configure
in class AbstractJMeterGuiComponent
element
- the TestElement to configurepublic void actionPerformed(ActionEvent action)
actionPerformed
in interface ActionListener
public void clearGui()
JMeterGUIComponent
clearGui
in interface JMeterGUIComponent
clearGui
in class AbstractJMeterGuiComponent
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |