Uses of Class
edu.wpi.prc.tools.builder.gui.GUIForm

Packages that use GUIForm
edu.wpi.prc.tools.builder.gui   
 

Uses of GUIForm in edu.wpi.prc.tools.builder.gui
 

Subclasses of GUIForm in edu.wpi.prc.tools.builder.gui
 class BasicConfigurationForm
          Prompts user for project name and project password.
 class ConfirmationForm
          Writes project configuration files to disk and performs any necessary database commits.
 class ConnectingForm
           
 class DatabaseConfigurationForm
           
 class DatabaseInitializerForm
          This is the base class for forms that need to invoke the database connection thread.
 class NetworkConfigurationForm
          Allows the user to configure the project server address, and the port numbers for the server, client, and science application.
 class SelectActionForm
          Asks user whether he/she is creating a new project or modifying an existing project.
 class ServerConfigurationForm
          Allows the user to specify the type of transitioner and validator to use, as well as the minimum number of results for each work unit.
 class SpotCheckConfigurationForm
          Allows the user to configure the spot-check settings.
 

Fields in edu.wpi.prc.tools.builder.gui declared as GUIForm
private  GUIForm ServerConfigurationForm.nextForm
           
private  GUIForm SpotCheckConfigurationForm.nextForm
           
private  GUIForm NetworkConfigurationForm.nextForm
           
private  GUIForm DatabaseConfigurationForm.nextForm
           
private  GUIForm SelectActionForm.nextForm
           
private  GUIForm BasicConfigurationForm.nextForm
           
private  GUIForm ServerConfigurationForm.previousForm
           
private  GUIForm SpotCheckConfigurationForm.previousForm
           
private  GUIForm NetworkConfigurationForm.previousForm
           
private  GUIForm DatabaseConfigurationForm.previousForm
           
private  GUIForm ConfirmationForm.previousForm
           
private  GUIForm BasicConfigurationForm.previousForm
           
 

Constructors in edu.wpi.prc.tools.builder.gui with parameters of type GUIForm
BasicConfigurationForm(GUIForm previousForm)
          Constructor that takes a reference to the this form's parent form.
ConfirmationForm(GUIForm previousForm)
          Constructor that takes a reference to the this form's parent form.
DatabaseConfigurationForm(GUIForm previousForm)
          Constructor that takes a reference to the this form's parent form.
NetworkConfigurationForm(GUIForm previousForm)
          Constructor that takes a reference to the this form's parent form.
ServerConfigurationForm(GUIForm previousForm)
          Constructor that takes a reference to the this form's parent form.
SpotCheckConfigurationForm(GUIForm previousForm)
          Constructor that takes a reference to the this form's parent form.