Class LDAPArgumentsPanel

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.LDAPArgumentsPanel
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.apache.jmeter.gui.ClearGui, org.apache.jmeter.gui.JMeterGUIComponent, org.apache.jmeter.visualizers.Printable

public class LDAPArgumentsPanel extends org.apache.jmeter.config.gui.AbstractConfigGui implements ActionListener
A GUI panel allowing the user to enter name-value argument pairs. These arguments (or parameters) are usually used to provide configuration values for some other component.
See Also:
  • Constructor Details

    • LDAPArgumentsPanel

      public LDAPArgumentsPanel()
      Create a new LDAPArgumentsPanel, using the default title.
    • LDAPArgumentsPanel

      public LDAPArgumentsPanel(String label)
      Create a new LDAPArgumentsPanel, using the specified title.
      Parameters:
      label - the title of the component
  • Method Details

    • getMenuCategories

      public Collection<String> getMenuCategories()
      This is the list of menu categories this gui component will be available under. The LDAPArgumentsPanel is not intended to be used as a standalone component, so this implementation returns null.
      Specified by:
      getMenuCategories in interface org.apache.jmeter.gui.JMeterGUIComponent
      Overrides:
      getMenuCategories in class org.apache.jmeter.config.gui.AbstractConfigGui
      Returns:
      a Collection of Strings, where each element is one of the constants defined in MenuFactory
    • getLabelResource

      public String getLabelResource()
      Specified by:
      getLabelResource in interface org.apache.jmeter.gui.JMeterGUIComponent
    • 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 args)
      Specified by:
      modifyTestElement in interface org.apache.jmeter.gui.JMeterGUIComponent
    • configure

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

      public void clear()
      Clear all rows from the table. T.Elanjchezhiyan([email protected])
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Invoked when an action occurs. This implementation supports the add and delete buttons.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - the event that has occurred
    • testFunctors

      public static boolean testFunctors()