The user interface for a controller which specifies that its subcomponents
should be executed some number of times in a loop. This component can be used
standalone or embedded into some other component.
Constructor Summary
public
LoopControlPanel() Create a new LoopControlPanel as a standalone component.
public
LoopControlPanel(boolean displayName) Create a new LoopControlPanel as either a standalone or an embedded
component.
Parameters: displayName - indicates whether or not this component should display itsname.
Create a new LoopControlPanel as a standalone component.
LoopControlPanel
public LoopControlPanel(boolean displayName)(Code)
Create a new LoopControlPanel 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.
Invoked when an action occurs. This implementation assumes that the
target component is the infinite loops checkbox.
Parameters: event - the event that has occurred
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