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

jvergara
21.44.2006 4dfb0a8cfaced73346ec5dd6455813e83014b016
refs
author jvergara <jvergara@localhost>
Tuesday, November 21, 2006 20:44 +0100
committer jvergara <jvergara@localhost>
Tuesday, November 21, 2006 20:44 +0100
commit4dfb0a8cfaced73346ec5dd6455813e83014b016
tree 5621e32f5db0b4f5195c755e0520dd9154e5d1fa tree | zip | gz
parent 8cf88c3f790a8b90a0934a672a0aec8097e3788b 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
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 529 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 27 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 37 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java 10 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java 23 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java 12 ●●●●● diff | view | raw | blame | history