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

kenneth_suter
10.55.2007 e6367a1a7441ab27f4d152f7ee13c6f803621463
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
commite6367a1a7441ab27f4d152f7ee13c6f803621463
tree 5744977621b85fdbd11ad648f1f0c39fd7a043b3 tree | zip | gz
parent 27e57ba2716e9dbcb4cc9e5444124d1fc3a60ffc 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
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Step.java 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java 8 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 4 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 8 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 6 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 13 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 4 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 142 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/UpgraderReviewPanel.java 15 ●●●● diff | view | raw | blame | history