|
From: <tr...@us...> - 2003-08-26 22:23:41
|
Update of /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage
In directory sc8-pr-cvs1:/tmp/cvs-serv16008/gui/src/com/babeldoc/gui/wizard/addstage
Modified Files:
AddPipelineStageModel.java AddPipelineStageWizard.java
AddPipelineStageWizardPanel.java Command.java
GetStageConfigWizardPanel.java GetStageDetailsWizardPanel.java
Log Message:
Updates to the GUI code.
Index: AddPipelineStageModel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/AddPipelineStageModel.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AddPipelineStageModel.java 11 Jun 2003 23:35:38 -0000 1.5
--- AddPipelineStageModel.java 26 Aug 2003 22:23:32 -0000 1.6
***************
*** 87,91 ****
/**
* Construct this model. If the the name of the pipeline is null, then the
! * wizard must get the name from a list.
*
* @param pipeline
--- 87,91 ----
/**
* Construct this model. If the the name of the pipeline is null, then the
! * wizard must getChild the name from a list.
*
* @param pipeline
***************
*** 233,237 ****
/**
! * get the type of the selected stage
*
* @param stageType
--- 233,237 ----
/**
! * getChild the type of the selected stage
*
* @param stageType
***************
*** 242,246 ****
/**
! * get the type of the selected stage
*
* @return
--- 242,246 ----
/**
! * getChild the type of the selected stage
*
* @return
Index: AddPipelineStageWizard.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/AddPipelineStageWizard.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AddPipelineStageWizard.java 11 Jun 2003 23:35:38 -0000 1.3
--- AddPipelineStageWizard.java 26 Aug 2003 22:23:32 -0000 1.4
***************
*** 75,79 ****
* The AddPipelineStageWizard allows for quick and easy access to the wizard.
* Simply execute the static run method and then browse the returned model
! * object to get the results.
*
* @author bmcdonald
--- 75,79 ----
* The AddPipelineStageWizard allows for quick and easy access to the wizard.
* Simply execute the static run method and then browse the returned model
! * object to getChild the results.
*
* @author bmcdonald
***************
*** 84,88 ****
/**
! * Private constructor - use the run method get an instance.
*
* @param model
--- 84,88 ----
/**
! * Private constructor - use the run method getChild an instance.
*
* @param model
Index: AddPipelineStageWizardPanel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/AddPipelineStageWizardPanel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AddPipelineStageWizardPanel.java 11 Jun 2003 23:35:38 -0000 1.2
--- AddPipelineStageWizardPanel.java 26 Aug 2003 22:23:32 -0000 1.3
***************
*** 72,76 ****
/**
* base class of all the wizard panes in project setup. Sets the model
! * information so that the views can get to the data.
*
* @author bmcdonald
--- 72,76 ----
/**
* base class of all the wizard panes in project setup. Sets the model
! * information so that the views can getChild to the data.
*
* @author bmcdonald
Index: Command.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/Command.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Command.java 11 Jun 2003 23:35:38 -0000 1.2
--- Command.java 26 Aug 2003 22:23:32 -0000 1.3
***************
*** 74,78 ****
/**
! * The Command is the class that is run from the babeldoc command class using
* the service lookup.
*
--- 74,78 ----
/**
! * The LightConfigCommand is the class that is run from the babeldoc command class using
* the service lookup.
*
***************
*** 82,86 ****
public class Command extends BabeldocCommand {
/**
! * Creates a new Command object.
*/
public Command() {
--- 82,86 ----
public class Command extends BabeldocCommand {
/**
! * Creates a new LightConfigCommand object.
*/
public Command() {
***************
*** 103,106 ****
--- 103,107 ----
public void execute(CommandLine commandLine) {
AddPipelineStageWizard.run(null);
+ System.exit(0);
}
Index: GetStageConfigWizardPanel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/GetStageConfigWizardPanel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GetStageConfigWizardPanel.java 11 Jun 2003 23:35:38 -0000 1.3
--- GetStageConfigWizardPanel.java 26 Aug 2003 22:23:32 -0000 1.4
***************
*** 72,77 ****
/**
! * Wizard panel to get the final details for the pipeline stage. This could be
! * extended to get the next stage data but for now...
*
* @author bmcdonald
--- 72,77 ----
/**
! * Wizard panel to getChild the final details for the pipeline stage. This could be
! * extended to getChild the next stage data but for now...
*
* @author bmcdonald
Index: GetStageDetailsWizardPanel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/addstage/GetStageDetailsWizardPanel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GetStageDetailsWizardPanel.java 11 Jun 2003 23:35:38 -0000 1.3
--- GetStageDetailsWizardPanel.java 26 Aug 2003 22:23:32 -0000 1.4
***************
*** 78,83 ****
/**
! * Wizard panel to get the final details for the pipeline stage. This could be
! * extended to get the next stage data but for now...
*
* @author bmcdonald
--- 78,83 ----
/**
! * Wizard panel to getChild the final details for the pipeline stage. This could be
! * extended to getChild the next stage data but for now...
*
* @author bmcdonald
|