From 247adc2b524e82e284fa74798ea1a21f2d754892 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 06 Jul 2007 18:12:40 +0000
Subject: [PATCH] Add the code required to update the list of steps that appear on the left of the wizard dynamically.
---
opends/src/quicksetup/org/opends/quicksetup/ButtonName.java | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java b/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
index 4ef471a..5bb1216 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
@@ -29,7 +29,7 @@
/**
* This enumeration defines the logical names of the buttons that appear on the
- * bottom of the wizard dialog.
+ * the wizard dialog.
*/
public enum ButtonName
{
@@ -60,5 +60,11 @@
/**
* The Launch Status Panel button.
*/
- LAUNCH_STATUS_PANEL
+ LAUNCH_STATUS_PANEL,
+ /**
+ * Input panel button. This is used to identify generic buttons inside
+ * the panels and the notifications are used for instance to update the
+ * visibility of the steps on the right.
+ */
+ INPUT_PANEL_BUTTON
}
--
Gitblit v1.10.0