|
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.assertions.gui.AbstractAssertionGui
org.apache.jmeter.assertions.gui.SizeAssertionGui
GUI for SizeAssertion
| 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 | |
SizeAssertionGui()
|
|
| Method Summary | |
void |
actionPerformed(ActionEvent e)
|
void |
clearGui()
Implements JMeterGUIComponent.clearGui |
void |
configure(TestElement el)
A newly created gui component can be initialized with the contents of a Test Element object by calling this method. |
TestElement |
createTestElement()
JMeter test components are separated into a model and a GUI representation. |
void |
focusGained(FocusEvent e)
|
void |
focusLost(FocusEvent e)
|
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
int |
getState()
Get the state of the radio Button |
void |
modifyTestElement(TestElement el)
Modifies a given TestElement to mirror the data in the gui components. |
void |
setState(int state)
Set the state of the radio Button |
| Methods inherited from class org.apache.jmeter.assertions.gui.AbstractAssertionGui |
createPopupMenu, createScopePanel, getMenuCategories, saveScopeSettings, showScopeSettings |
| 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 |
| Constructor Detail |
public SizeAssertionGui()
| Method Detail |
public String getLabelResource()
JMeterGUIComponent
getLabelResource in interface JMeterGUIComponentpublic TestElement createTestElement()
JMeterGUIComponent
createTestElement in interface JMeterGUIComponentpublic void modifyTestElement(TestElement el)
modifyTestElement in interface JMeterGUIComponentel - the TestElement to modifyJMeterGUIComponent.modifyTestElement(TestElement)public void clearGui()
clearGui in interface JMeterGUIComponentclearGui in class AbstractAssertionGuipublic void configure(TestElement el)
AbstractJMeterGuiComponentAbstractJMeterGuiComponent provides a partial implementation of this method, setting the name of the component and its enabled status. Subclasses should override this method, performing their own configuration as needed, but also calling this super-implementation.
configure in interface JMeterGUIComponentconfigure in class AbstractJMeterGuiComponentel - the TestElement to configurepublic void setState(int state)
public int getState()
public void focusLost(FocusEvent e)
focusLost in interface FocusListenerpublic void focusGained(FocusEvent e)
focusGained in interface FocusListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListener
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||