org.apache.jmeter.protocol.http.gui
Class HTTPArgumentsPanel
- ActionListener, JMeterGUIComponent, Printable
public class HTTPArgumentsPanel
A GUI panel allowing the user to enter HTTP Parameters.
These have names and values, as well as check-boxes to determine whether or not to
include the "=" sign in the output and whether or not to encode the output.
actionPerformed , addArgument , checkDeleteStatus , clear , clearGui , configure , createTestElement , deleteArgument , getAddButton , getDeleteButton , getLabelResource , getMenuCategories , getTable , getTableLabel , initializeTableModel , makeLabelPanel , makeNewArgument , modifyTestElement , sizeColumns , stopTableEditing , testFunctors |
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
HTTPArgumentsPanel
public HTTPArgumentsPanel()
Create a new ArgumentsPanel as a standalone component.
configure
public void configure(TestElement el)
A newly created component can be initialized with the contents of a Test
Element object by calling this method. The component is responsible for
querying the Test Element object for the relevant information to display
in its GUI.
- configure in interface JMeterGUIComponent
- configure in interface ArgumentsPanel
el
- the TestElement to configure
createTestElement
public TestElement createTestElement()
JMeter test components are separated into a model and a GUI
representation. The model holds the data and the GUI displays it. The GUI
class is responsible for knowing how to create and initialize with data
the model class that it knows how to display, and this method is called
when new test elements are created.
- createTestElement in interface JMeterGUIComponent
- createTestElement in interface ArgumentsPanel
- the Test Element object that the GUI component represents.
isMetaDataNormal
protected boolean isMetaDataNormal(HTTPArgument arg)
sizeColumns
protected void sizeColumns(JTable table)
Resize the table columns to appropriate widths.
- sizeColumns in interface ArgumentsPanel
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.