performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / occurrence / CollectingAreasDetailElement.java
index c44d21e86f93e8c3520a269874e9709b0b42e420..da20c345fa3fe0d68f7faec74b5e010e3cdcbd93 100644 (file)
@@ -20,6 +20,8 @@ import eu.etaxonomy.taxeditor.forms.selection.NamedAreaSelectionElement;
 import eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement;
 
 /**
+ * <p>CollectingAreasDetailElement class.</p>
+ *
  * @author n.hoffmann
  * @created Oct 14, 2010
  * @version 1.0
@@ -30,12 +32,13 @@ public class CollectingAreasDetailElement extends
        private NamedAreaSelectionElement selection_namedArea;
        
        /**
-        * @param formFactory
-        * @param section
-        * @param entity
-        * @param removeListener
-        * @param backgroundColor
-        * @param style
+        * <p>Constructor for CollectingAreasDetailElement.</p>
+        *
+        * @param formFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
+        * @param section a {@link eu.etaxonomy.taxeditor.forms.AbstractFormSection} object.
+        * @param entity a {@link eu.etaxonomy.cdm.model.location.NamedArea} object.
+        * @param removeListener a {@link org.eclipse.swt.events.SelectionListener} object.
+        * @param style a int.
         */
        public CollectingAreasDetailElement(CdmFormFactory formFactory,
                        AbstractFormSection section, NamedArea entity,
@@ -46,6 +49,7 @@ public class CollectingAreasDetailElement extends
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement#setEntity(java.lang.Object)
         */
+       /** {@inheritDoc} */
        @Override
        public void setEntity(NamedArea entity) {
                selection_namedArea.setEntity(entity);
@@ -54,6 +58,7 @@ public class CollectingAreasDetailElement extends
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement#createControls(eu.etaxonomy.taxeditor.forms.ICdmFormElement, int)
         */
+       /** {@inheritDoc} */
        @Override
        public void createControls(ICdmFormElement element, int style) {
                selection_namedArea = formFactory.createNamedAreaSelectionElement(element, getConversationHolder(), "Area", null, style);
@@ -62,6 +67,7 @@ public class CollectingAreasDetailElement extends
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractEntityCollectionElement#handleEvent(java.lang.Object)
         */
+       /** {@inheritDoc} */
        @Override
        public void handleEvent(Object eventSource) {
                if(eventSource == selection_namedArea){