performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / IMultiPageTaxonEditorPage.java
index c8d96148bfa7939e4d68d46b9b4d044d6ca4560d..93be40625ff2b5bd5f7a1305d930e066d021842d 100644 (file)
@@ -13,6 +13,8 @@ package eu.etaxonomy.taxeditor.editor;
 import org.eclipse.ui.IEditorPart;
 
 /**
+ * <p>IMultiPageTaxonEditorPage interface.</p>
+ *
  * @author n.hoffmann
  * @created Jan 5, 2010
  * @version 1.0
@@ -22,12 +24,14 @@ public interface IMultiPageTaxonEditorPage extends IEditorPart {
        /**
         * Redraws this editor
         * return true on success
+        *
+        * @return a boolean.
         */
        public boolean redraw();
        
        /**
         * Redraws the editor controls
-        * 
+        *
         * @param focus if set to true the focus is set on the editor
         * @return true on success
         */
@@ -35,8 +39,8 @@ public interface IMultiPageTaxonEditorPage extends IEditorPart {
        
        /**
         * Whether the editor page is currently redrawing
-        * 
-        * @return
+        *
+        * @return a boolean.
         */
        public boolean isRedrawing();
 }