performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / description / DescriptionElementDetailSection.java
index d8e87f3d1b9d74381e29745d6165c3d4e20c28fb..7d3bb631e46e18fa74b37cf6f06f0f974c779547 100644 (file)
@@ -29,6 +29,8 @@ import eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection;
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
+ * <p>DescriptionElementDetailSection class.</p>
+ *
  * @author n.hoffmann
  * @created Mar 5, 2010
  * @version 1.0
@@ -39,6 +41,15 @@ public class DescriptionElementDetailSection extends
        private static final Logger logger = Logger
                        .getLogger(DescriptionElementDetailSection.class);
 
+       /**
+        * <p>Constructor for DescriptionElementDetailSection.</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 DescriptionElementDetailSection(CdmFormFactory cdmFormFactory, ConversationHolder conversation,
                        ICdmFormElement parentElement, ISelectionProvider selectionProvider, int style) {
                super(cdmFormFactory, conversation, parentElement, selectionProvider, style);
@@ -89,16 +100,19 @@ public class DescriptionElementDetailSection extends
                return toolBarManager.createControl(this);
        }
        
+       /** {@inheritDoc} */
        @Override
        public String getHeading() {
                return "Description Element";
        }
 
+       /** {@inheritDoc} */
        @Override
        protected DetailType getDetailType() {
                return DetailType.DESCRIPTIONELEMENT;
        }
        
+       /** {@inheritDoc} */
        @Override
        protected void setSectionTitle() {
                this.setText(getHeading() + ": " + getEntity().getFeature().getLabel(CdmStore.getDefaultLanguage()));