A GUI component allowing the user to enter a username and password for a
login.
Constructor Summary
public
LoginConfigGui() Create a new LoginConfigGui as a standalone component.
public
LoginConfigGui(boolean displayName) Create a new LoginConfigGui as either a standalone or an embedded
component.
Parameters: displayName - indicates whether or not this component should display itsname.
Create a new LoginConfigGui as either a standalone or an embedded
component.
Parameters: displayName - indicates whether or not this component should display itsname. If true, this is a standalone component. If false, thiscomponent is intended to be used as a subpanel for anothercomponent.
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