| |
|
| org.apache.jmeter.config.gui.AbstractConfigGui org.apache.jmeter.protocol.ldap.config.gui.LdapConfigGui
LdapConfigGui | public class LdapConfigGui extends AbstractConfigGui implements ItemListener(Code) | | This class LdapConfigGui is user interface gui for getting all the
configuration values from the user.
Created Apr 29 2003 11:45 AM
|
LdapConfigGui | public LdapConfigGui()(Code) | | Default constructor for LdapConfigGui.
|
LdapConfigGui | public LdapConfigGui(boolean displayName)(Code) | | |
clearGui | public void clearGui()(Code) | | Implements JMeterGUIComponent.clearGui
|
configure | public void configure(TestElement element)(Code) | | 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.
Parameters: element - the TestElement to configure |
itemStateChanged | public void itemStateChanged(ItemEvent ie)(Code) | | This itemStateChanged listener for changing the card layout for based on\
the test selected in the User defined test case.
|
|
|
|