org.apache.jmeter.control.gui

Class ModuleControllerGui

Implemented Interfaces:
JMeterGUIComponent, Printable

public class ModuleControllerGui
extends AbstractControllerGui

ModuleController Gui.

Field Summary

Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

namePanel

Constructor Summary

ModuleControllerGui()
Initializes the gui panel for the ModuleController instance.

Method Summary

void
clearGui()
Implements JMeterGUIComponent.clearGui
void
configure(TestElement el)
JPopupMenu
createPopupMenu()
TestElement
createTestElement()
String
getLabelResource()
void
modifyTestElement(TestElement element)

Methods inherited from class org.apache.jmeter.control.gui.AbstractControllerGui

createPopupMenu, getMenuCategories

Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

clearGui, configure, configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, setEnabled, setName, setNode

Constructor Details

ModuleControllerGui

public ModuleControllerGui()
Initializes the gui panel for the ModuleController instance.

Method Details

clearGui

public void clearGui()
Implements JMeterGUIComponent.clearGui
Specified by:
clearGui in interface JMeterGUIComponent
Overrides:
clearGui in interface AbstractJMeterGuiComponent

configure

public void configure(TestElement el)
Specified by:
configure in interface JMeterGUIComponent
Overrides:
configure in interface AbstractJMeterGuiComponent

createPopupMenu

public JPopupMenu createPopupMenu()
Specified by:
createPopupMenu in interface JMeterGUIComponent
Overrides:
createPopupMenu in interface AbstractControllerGui

createTestElement

public TestElement createTestElement()
Specified by:
createTestElement in interface JMeterGUIComponent

getLabelResource

public String getLabelResource()
Specified by:
getLabelResource in interface JMeterGUIComponent

modifyTestElement

public void modifyTestElement(TestElement element)
Specified by:
modifyTestElement in interface JMeterGUIComponent

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.