Class LdapTestSamplerGui

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.jmeter.gui.AbstractJMeterGuiComponent
org.apache.jmeter.samplers.gui.AbstractSamplerGui
org.apache.jmeter.protocol.ldap.control.gui.LdapTestSamplerGui
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.apache.jmeter.gui.ClearGui, org.apache.jmeter.gui.JMeterGUIComponent, org.apache.jmeter.visualizers.Printable

public class LdapTestSamplerGui extends org.apache.jmeter.samplers.gui.AbstractSamplerGui
See Also:
  • Constructor Details

    • LdapTestSamplerGui

      public LdapTestSamplerGui()
  • Method Details

    • 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()
    • modifyTestElement

      public void modifyTestElement(org.apache.jmeter.testelement.TestElement sampler)
      Modifies a given TestElement to mirror the data in the gui components.
      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
    • getLabelResource

      public String getLabelResource()