From 4dfb0a8cfaced73346ec5dd6455813e83014b016 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 21 Nov 2006 19:44:41 +0000
Subject: [PATCH] The following modifications are done to extract the code that provides the HTML formatting of the messages that appear in the progress panel.
---
opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java b/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
index 97f6e26..906f4c3 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
@@ -108,6 +108,16 @@
}
/**
+ * Returns the panel we use to display the progress. This method is used
+ * to be able to retrieve the message formatter.
+ * @return the panel we use to display the progress.
+ */
+ ProgressPanel getProgressPanel()
+ {
+ return (ProgressPanel)hmPanels.get(Step.PROGRESS);
+ }
+
+ /**
* Create the layout of the panel.
* @param isUninstall whether this is an install or uninstall panel.
*/
--
Gitblit v1.10.0