Class JMSPropertiesPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.protocol.jms.control.gui.JMSPropertiesPanel
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class JMSPropertiesPanel extends JPanel implements ActionListener
Handles input for Jms Properties
Since:
2.11
See Also:
  • Constructor Details

    • JMSPropertiesPanel

      public JMSPropertiesPanel()
      Default Constructor.
  • Method Details

    • createTestElement

      public org.apache.jmeter.testelement.TestElement createTestElement()
    • modifyTestElement

      public void modifyTestElement(org.apache.jmeter.testelement.TestElement el)
      Modifies a given TestElement to mirror the data in the gui components.
      Parameters:
      el - the test element to modify
      See Also:
    • clearGui

      public void clearGui()
      Clear GUI
    • configure

      public void configure(org.apache.jmeter.testelement.TestElement el)
      Configures GUI from el
      Parameters:
      el - TestElement
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • createPropertiesPanel

      public JPanel createPropertiesPanel()