performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / NameEditorDropTargetEffect.java
index 12c6861a97979202421c868c84abc9e7f5bd0ed5..5121bd6c014420fdc01fe3d4cd1e496bd59f87e0 100644 (file)
@@ -12,15 +12,23 @@ import eu.etaxonomy.taxeditor.editor.IDropTargetable;
 import eu.etaxonomy.taxeditor.preference.Resources;
 
 /**
- * @author n.hoffmann
+ * <p>NameEditorDropTargetEffect class.</p>
  *
+ * @author n.hoffmann
+ * @version $Id: $
  */
 public class NameEditorDropTargetEffect extends DropTargetEffect {
 
+       /**
+        * <p>Constructor for NameEditorDropTargetEffect.</p>
+        *
+        * @param control a {@link org.eclipse.swt.widgets.Control} object.
+        */
        public NameEditorDropTargetEffect(Control control) {
                super(control);
        }
        
+       /** {@inheritDoc} */
        public void dragEnter(DropTargetEvent dropTargetEvent) {
                
                
@@ -34,6 +42,7 @@ public class NameEditorDropTargetEffect extends DropTargetEffect {
 //             }
        }
        
+       /** {@inheritDoc} */
        public void dragLeave(DropTargetEvent dropTargetEvent) {