org.apache.jmeter.protocol.java.config.gui
Class JavaConfigGui
- ActionListener, JMeterGUIComponent, Printable
public class JavaConfigGui
implements ActionListener
The
JavaConfigGui
class provides the user interface for the
JavaConfig
object.
JavaConfigGui() - Create a new JavaConfigGui as a standalone component.
|
JavaConfigGui(boolean displayNameField) - Create a new JavaConfigGui as either a standalone or an embedded
component.
|
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
JavaConfigGui
public JavaConfigGui()
Create a new JavaConfigGui as a standalone component.
JavaConfigGui
public JavaConfigGui(boolean displayNameField)
Create a new JavaConfigGui as either a standalone or an embedded
component.
displayNameField
- tells whether the component name should be displayed with the
GUI. If true, this is a standalone component. If false, this
component is embedded in some other component.
actionPerformed
public void actionPerformed(ActionEvent evt)
Handle action events for this component. This method currently handles
events for the classname combo box.
evt
- the ActionEvent to be handled
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.