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

jvergara
21.44.2006 d7a61782aad24b738b7a61a93615d3af56adcf62
refs
author jvergara <jvergara@localhost>
Tuesday, November 21, 2006 20:44 +0100
committer jvergara <jvergara@localhost>
Tuesday, November 21, 2006 20:44 +0100
commitd7a61782aad24b738b7a61a93615d3af56adcf62
tree 035108b41b48d0385c4980c43e5ca877a0d35998 tree | zip | gz
parent edb4671a6c6030b49370e88fe64550f2fa0bb889 view | diff
The following modifications are done to extract the code that provides the HTML formatting of the messages that appear in the progress panel.

This is done mainly for two reasons:

1. The code in the Installer class should not control the format used (HTML, plain text, etc.) which is more related to the pure UI.
2. Be able to share this formatting code for the graphical installation and also the uninstallation so that we have the same look and feel in both without code duplication.
7 files modified
646 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 529 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 27 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 37 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java 10 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java 23 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java 12 ●●●●● diff | view | raw | blame | history