SimpleConfigGui(boolean displayName) Create a new SimpleConfigGui as either a standalone or an embedded
component.
Parameters: displayName - indicates whether or not this component should display itsname.
Create a new SimpleConfigGui 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.
This implementation retrieves all key/value pairs from the TestElement
object and sets these values in the GUI.
Parameters: el - the TestElement to configure