adapt non-editable part of proparte/partial synonyms in name editor and adapt icons
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / IEnableableFormElement.java
index f97ae3545d16d1809cccdde855d476e90fe2ada7..413fd67b5124f1de250c01d497cde75d39adf4c1 100644 (file)
@@ -1,9 +1,8 @@
-// $Id$
 /**
 * Copyright (C) 2007 EDIT
-* European Distributed Institute of Taxonomy 
+* European Distributed Institute of Taxonomy
 * http://www.e-taxonomy.eu
-* 
+*
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
@@ -26,4 +25,10 @@ public interface IEnableableFormElement extends IRelevantFormElement {
         * @param enabled a boolean.
         */
        public abstract void setEnabled(boolean enabled);
+
+       /**
+        * Return <code>true</code> if the element is enabled and <code>false</code> otherwise
+        * @return a boolean stating the current enablement value
+        */
+       public boolean isEnabled();
 }