From 59ba268c8ed7ad58495f98af77a463e06f9f0f00 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 27 Apr 2007 14:51:31 +0000
Subject: [PATCH] Move some of the panels specific of the installer to the package org.opends.quicksetup.installer.ui.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 01fbf9b..5415ca7 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -82,6 +82,46 @@
*/
NUMBER_ENTRIES,
/**
+ * The value associated with this is a DataReplicationOptions.Type.
+ */
+ REPLICATION_OPTIONS,
+ /**
+ * The value associated with this is a SuffixesToReplicateOptions.Type.
+ */
+ SUFFIXES_TO_REPLICATE_OPTIONS,
+ /**
+ * The value associated with this is a Set of SuffixDescriptor.
+ */
+ SUFFIXES_TO_REPLICATE,
+ /**
+ * The value associated with this is a String.
+ */
+ REMOTE_SERVER_DN,
+ /**
+ * The value associated with this is a String.
+ */
+ REMOTE_SERVER_PWD,
+ /**
+ * The value associated with this is a String.
+ */
+ REMOTE_SERVER_HOST,
+ /**
+ * The value associated with this is a String.
+ */
+ REMOTE_SERVER_PORT,
+ /**
+ * The value associated with this is a String.
+ */
+ GLOBAL_ADMINISTRATOR_UID,
+ /**
+ * The value associated with this is a String.
+ */
+ GLOBAL_ADMINISTRATOR_PWD,
+ /**
+ * The value associated with this is a String.
+ */
+ GLOBAL_ADMINISTRATOR_PWD_CONFIRM,
+ /**
* The value associated with this is a Boolean.
*/
SERVER_START,
--
Gitblit v1.10.0