Class LdapExtConfigGui

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.config.gui.AbstractConfigGui
org.apache.jmeter.protocol.ldap.config.gui.LdapExtConfigGui
All Implemented Interfaces:
ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.apache.jmeter.gui.ClearGui, org.apache.jmeter.gui.JMeterGUIComponent, org.apache.jmeter.visualizers.Printable

public class LdapExtConfigGui extends org.apache.jmeter.config.gui.AbstractConfigGui implements ItemListener
This class LdapConfigGui is user interface gui for getting all the configuration value from the user author Dolf Smits([email protected]) created Aug 09 2003 11:00 AM company Siemens Netherlands N.V.. Based on the work of: author T.Elanjchezhiyan([email protected]) created Apr 29 2003 11:00 AM company Sip Technologies and Exports Ltd.
See Also:
  • Constructor Details

    • LdapExtConfigGui

      public LdapExtConfigGui()
      Default constructor for LdapConfigGui
    • LdapExtConfigGui

      public LdapExtConfigGui(boolean displayName)
      Constructor for LdapExtConfigGui
      Parameters:
      displayName - flag, whether to show the display name of the component.
  • Method Details

    • getLabelResource

      public String getLabelResource()
      Specified by:
      getLabelResource in interface org.apache.jmeter.gui.JMeterGUIComponent
    • configure

      public void configure(org.apache.jmeter.testelement.TestElement element)
      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.
      Specified by:
      configure in interface org.apache.jmeter.gui.JMeterGUIComponent
      Overrides:
      configure in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
      Parameters:
      element - the TestElement to configure
    • createTestElement

      public org.apache.jmeter.testelement.TestElement createTestElement()
      Specified by:
      createTestElement in interface org.apache.jmeter.gui.JMeterGUIComponent
    • modifyTestElement

      public void modifyTestElement(org.apache.jmeter.testelement.TestElement element)
      Modifies a given TestElement to mirror the data in the gui components.
      Specified by:
      modifyTestElement in interface org.apache.jmeter.gui.JMeterGUIComponent
      See Also:
      • JMeterGUIComponent.modifyTestElement(TestElement)
    • clearGui

      public void clearGui()
      Implements JMeterGUIComponent.clearGui
      Specified by:
      clearGui in interface org.apache.jmeter.gui.ClearGui
      Overrides:
      clearGui in class org.apache.jmeter.gui.AbstractJMeterGuiComponent
    • itemStateChanged

      public void itemStateChanged(ItemEvent ie)
      This itemStateChanged listener for changing the card layout for based on the test selected in the User defined test case.
      Specified by:
      itemStateChanged in interface ItemListener