Update of /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/setentrystage
In directory sc8-pr-cvs1:/tmp/cvs-serv16008/gui/src/com/babeldoc/gui/wizard/setentrystage
Modified Files:
Command.java SetEntryPipelineStageWizardPanel.java
SetEntryStageModel.java SetEntryStageWizard.java
SetEntryStageWizardPanel.java
Log Message:
Updates to the GUI code.
Index: Command.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/setentrystage/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:39 -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) {
SetEntryStageWizard.run(null);
+ System.exit(0);
}
Index: SetEntryPipelineStageWizardPanel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/setentrystage/SetEntryPipelineStageWizardPanel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SetEntryPipelineStageWizardPanel.java 11 Jun 2003 23:35:39 -0000 1.2
--- SetEntryPipelineStageWizardPanel.java 26 Aug 2003 22:23:32 -0000 1.3
***************
*** 76,81 ****
/**
! * 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
--- 76,81 ----
/**
! * 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: SetEntryStageModel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/setentrystage/SetEntryStageModel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SetEntryStageModel.java 11 Jun 2003 23:35:39 -0000 1.2
--- SetEntryStageModel.java 26 Aug 2003 22:23:32 -0000 1.3
***************
*** 80,84 ****
/**
* Construct this model. If the the name of the pipeline is null, then the
! * wizard must get the name from a list.
*
* @param pipeline
--- 80,84 ----
/**
* Construct this model. If the the name of the pipeline is null, then the
! * wizard must getChild the name from a list.
*
* @param pipeline
Index: SetEntryStageWizard.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/setentrystage/SetEntryStageWizard.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SetEntryStageWizard.java 11 Jun 2003 23:35:39 -0000 1.2
--- SetEntryStageWizard.java 26 Aug 2003 22:23:32 -0000 1.3
***************
*** 72,76 ****
* 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
--- 72,76 ----
* 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
***************
*** 81,85 ****
/**
! * Private constructor - use the run method get an instance.
*
* @param model
--- 81,85 ----
/**
! * Private constructor - use the run method getChild an instance.
*
* @param model
Index: SetEntryStageWizardPanel.java
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/gui/src/com/babeldoc/gui/wizard/setentrystage/SetEntryStageWizardPanel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SetEntryStageWizardPanel.java 11 Jun 2003 23:35:39 -0000 1.2
--- SetEntryStageWizardPanel.java 26 Aug 2003 22:23:32 -0000 1.3
***************
*** 71,75 ****
/**
* 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
--- 71,75 ----
/**
* 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
|