Author: elecharny
Date: Sun Sep 3 23:01:16 2017
New Revision: 1807181
URL: http://svn.apache.org/viewvc?rev=1807181&view=rev
Log:
Added some Javadoc
Modified:
directory/studio/branches/studio-value/plugins/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/wizards/NewEntryTypeWizardPage.java
Modified: directory/studio/branches/studio-value/plugins/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/wizards/NewEntryTypeWizardPage.java
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/plugins/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/wizards/NewEntryTypeWizardPage.java?rev=1807181&r1=1807180&r2=1807181&view=diff
==============================================================================
--- directory/studio/branches/studio-value/plugins/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/wizards/NewEntryTypeWizardPage.java
(original)
+++ directory/studio/branches/studio-value/plugins/ldapbrowser.common/src/main/java/org/apache/directory/studio/ldapbrowser/common/wizards/NewEntryTypeWizardPage.java
Sun Sep 3 23:01:16 2017
@@ -54,6 +54,26 @@ import org.eclipse.swt.widgets.Composite
/**
* The NewEntryTypeWizardPage is used to choose the entry creation method.
+ *
+ * <pre>
+ * .-------------------------------------------------.
+ * | o o o New Entry |
+ * +-------------------------------------------------+
+ * | Entry Creation Method |
+ * | Please select the entry creation method |
+ * +-------------------------------------------------+
+ * | (o) Create entry from scratch |
+ * | ( ) Use existing entry as template |
+ * | |
+ * | [---------------------------|v] [m] (Browse) |
+ * | |
+ * | |
+ * | |
+ * | |
+ * +-------------------------------------------------+
+ * | (?) (< back) (Next >) (cancel) (finish) |
+ * +-------------------------------------------------+
+ * </pre>
*
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
*/
|