mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
10.55.2007 12499600a8095e85f4e6afbfff3347b74d7e6d1e
refs
author kenneth_suter <kenneth_suter@localhost>
Thursday, May 10, 2007 20:55 +0200
committer kenneth_suter <kenneth_suter@localhost>
Thursday, May 10, 2007 20:55 +0200
commit12499600a8095e85f4e6afbfff3347b74d7e6d1e
tree bc20faa48fee6bcf7ecfa998984ac5bed492879e tree | zip | gz
parent 67276564c9379d0f8693bc01923baef6debb729a view | diff
This chunk of code:

- Leaves the server in the state requested by the user in the review panel for the GUI upgrader.

- Includes a change to QuickSetup: Previously finishClicked() did not tell the application to update the user data as nextClicked() does. The Installer and Uninstaller had their own logic for performing the validation and launching. I've updated finishClicked() to return a boolean where a true value indicates that QuickSetup should treat clicking the Finish button as clicking the Next button by telling the application to update the user data as well as launch the application's process if the next step is the progress step. A false value (which the Uninstaller and Installer return) means that the application will manage its own updating of the final panel and launching of the application process.
9 files modified
209 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Step.java 9 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/WizardStep.java 8 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 4 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 8 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 6 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 13 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 4 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 142 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/UpgraderReviewPanel.java 15 ●●●● diff | view | raw | blame | history