|
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.IfControllerPanel
The user interface for a controller which specifies that its subcomponents should be executed while a condition holds. This component can be used standalone or embedded into some other component.
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 | |
IfControllerPanel()
Create a new LoopControlPanel as a standalone component. |
|
IfControllerPanel(boolean displayName)
Create a new IfControllerPanel as either a standalone or an embedded component. |
Method Summary | |
void |
actionPerformed(ActionEvent event)
Invoked when an action occurs. |
void |
clearGui()
Implements JMeterGUIComponent.clearGui |
void |
configure(TestElement element)
A newly created component can be initialized with the contents of a Test Element object by calling this method. |
TestElement |
createTestElement()
Implements JMeterGUIComponent.createTestElement() |
String |
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. |
void |
modifyTestElement(TestElement controller)
Implements JMeterGUIComponent.modifyTestElement(TestElement) |
Methods inherited from class org.apache.jmeter.control.gui.AbstractControllerGui |
createPopupMenu, getMenuCategories |
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 IfControllerPanel()
public IfControllerPanel(boolean displayName)
displayName
- indicates whether or not this component should display its
name. If true, this is a standalone component. If false, this
component is intended to be used as a subpanel for another
component.Method Detail |
public void configure(TestElement element)
configure
in interface JMeterGUIComponent
configure
in class AbstractJMeterGuiComponent
element
- the TestElement to configurepublic TestElement createTestElement()
createTestElement
in interface JMeterGUIComponent
public void modifyTestElement(TestElement controller)
modifyTestElement
in interface JMeterGUIComponent
controller
- the TestElement to modifypublic void clearGui()
clearGui
in interface JMeterGUIComponent
clearGui
in class AbstractJMeterGuiComponent
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
event
- the event that has occurredpublic String getLabelResource()
JMeterGUIComponent
getLabelResource
in interface JMeterGUIComponent
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |