performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / description / DescriptionDetailSection.java
index 7e3237c8f2c86a2eb9d4b1470bcc87cd9b89f4b9..4e9040e3ec03ae9a306ed91f66c2c8d313f5e0cc 100644 (file)
@@ -21,6 +21,8 @@ import eu.etaxonomy.taxeditor.forms.CdmFormFactory.DetailType;
 import eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection;
 
 /**
+ * <p>DescriptionDetailSection class.</p>
+ *
  * @author n.hoffmann
  * @created Mar 5, 2010
  * @version 1.0
@@ -30,17 +32,28 @@ public class DescriptionDetailSection extends AbstractCdmDetailSection<Descripti
        private static final Logger logger = Logger
                        .getLogger(DescriptionDetailSection.class);
 
+       /**
+        * <p>Constructor for DescriptionDetailSection.</p>
+        *
+        * @param cdmFormFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
+        * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
+        * @param parentElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
+        * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
+        * @param style a int.
+        */
        public DescriptionDetailSection(CdmFormFactory cdmFormFactory, ConversationHolder conversation,
                        ICdmFormElement parentElement, ISelectionProvider selectionProvider, int style) {
                super(cdmFormFactory, conversation, parentElement, selectionProvider, style);
                
        }
        
+       /** {@inheritDoc} */
        @Override
        public String getHeading() {
                return "Description";
        }
 
+       /** {@inheritDoc} */
        @Override
        protected DetailType getDetailType() {
                return DetailType.DESCRIPTION;