reintegrated redlist branch into trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / IPreferenceKeys.java
index 80feebd088c5b0d2e437a26c773938f64fc1023d..1f7a15b6bc49a30ae824c2c8a20073551ba56409 100644 (file)
@@ -1,9 +1,9 @@
 // $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.
 */
@@ -21,63 +21,63 @@ import eu.etaxonomy.cdm.model.occurrence.FieldUnit;
  */
 public interface IPreferenceKeys {
        /**
-        * 
+        *
         */
        public static final String PREFERRED_NOMENCLATURAL_CODE_KEY = "eu.etaxonomy.taxeditor.nomenclaturalCode";
-       
+
        /**
-        * 
+        *
         */
        public static final String TAXON_SERVICE_CONFIGURATOR_TAXA = "eu.etaxonomy.taxeditor.taxonServiceConfigurator.doTaxa";
-       
+
        /**
-        * 
+        *
         */
        public static final String TAXON_SERVICE_CONFIGURATOR_SYNONYMS = "eu.etaxonomy.taxeditor.taxonServiceConfigurator.doSynonyms";
-       
+
        /**
-        * 
+        *
         */
        public static final String TAXON_SERVICE_CONFIGURATOR_NAMES = "eu.etaxonomy.taxeditor.taxonServiceConfigurator.doNamesWithoutTaxa";
-       
+
        /**
-        * 
+        *
         */
        public static final String TAXON_SERVICE_CONFIGURATOR_COMMON_NAMES = "eu.etaxonomy.taxeditor.taxonServiceConfigurator.doTaxaByCommonNames";
-       
+
        /**
-        * Whether to show UUID and database id in the supplemental data view. 
+        * Whether to show UUID and database id in the supplemental data view.
         */
        public static final String SHOW_DEBUG_INFORMATION = "eu.etaxonomy.taxeditor.showDebugInformation";
 
        /**
-        * 
+        *
         */
        public static final String HIDE_BULKEDITOR_INFO = "eu.etaxonomy.taxeditor.bulkeditorInfo.hide";
 
        /**
-        * 
+        *
         */
        public static final String EDIT_MARKER_TYPE_PREFIX = "editMarkerType";
 
        /**
-        * 
+        *
         */
        public static final String MATCH_STRATEGY_PREFIX = "matchStrategy.";
 
        /**
-        * Access point to the EDIT Map Service that should be used. 
+        * Access point to the EDIT Map Service that should be used.
         */
        public static final String EDIT_MAP_SERVICE_ACCES_POINT = "eu.etaxonomy.taxeditor.editMapServiceAccessPoint";
 
        /**
-        * Whether the editor should connect to a database immediately after starting. 
-        * When editor launches for the first time, it will use the default h2 database. 
-        * Subsequent launches will always try to connect to the database it was connected to during 
-        * the previous session. 
+        * Whether the editor should connect to a database immediately after starting.
+        * When editor launches for the first time, it will use the default h2 database.
+        * Subsequent launches will always try to connect to the database it was connected to during
+        * the previous session.
         */
        public static final String SHOULD_CONNECT_AT_STARTUP = "eu.etaxonomy.taxeditor.shouldConnectAtStartup";
-       
+
        /** Constant <code>SHOULD_EXPAND_SECTION_WHEN_DATA_AVAILABLE="eu.etaxonomy.taxeditor.shouldExpandSect"{trunked}</code> */
        public static final String SHOULD_EXPAND_SECTION_WHEN_DATA_AVAILABLE = "eu.etaxonomy.taxeditor.shouldExpandSectionWhenDataAvailable";
 
@@ -86,15 +86,15 @@ public interface IPreferenceKeys {
 
        /** Constant <code>FEATURE_TREE_DEFAULT_STRUCTURE="eu.etaxonomy.taxeditor.featureTree.defa"{trunked}</code> */
        public static final String FEATURE_TREE_DEFAULT_STRUCTURE = "eu.etaxonomy.taxeditor.featureTree.default.structuralData";
-       
+
        /** Constant <code>SORT_RANKS_HIERARCHICHALLY="eu.etaxonomy.taxeditor.menus.sortRanksH"{trunked}</code> */
        public static final String SORT_RANKS_HIERARCHICHALLY = "eu.etaxonomy.taxeditor.menus.sortRanksHierarchichally";
-       
+
        /**
         * Whether multilanguage text fields should be editable in multiple languages.
         */
        public static final String MULTILANGUAGE_TEXT_EDITING_CAPABILITY = "eu.etaxonomy.taxeditor.capability.edit.mulitlanugageText";
-       
+
        /**
         * The language to be used for all things multilanguage
         */
@@ -116,4 +116,17 @@ public interface IPreferenceKeys {
        public static final String SEARCH_OPEN_RESULTS_IN_SEPARATE_WINDOWS = "eu.etaxonomy.taxeditor.navigation.search.openResultInSeparateWindows";
 
        public static final String ADD_TYPES_TO_ALL_NAMES = "eu.etaxonomy.taxeditor.store.addTypeToAllNames";
+
+    public static final String DETERMINATION_ONLY_FOR_FIELD_UNITS = "eu.etaxonomy.taxeditor.specimen.determinationOnlyOnFieldUnitLevel";
+
+
+    public static final String DISTRIBUTION_AREA_PREFRENCES_ACTIVE = "eu.etaxonomy.taxeditor.checklist.distributionAreaPreferencesActive";
+
+    public static final String DISTRIBUTION_AREA_OCCURENCE_STATUS = "eu.etaxonomy.taxeditor.checklist.distributionAreaStatus";
+
+    public static final String DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED = "eu.etaxonomy.taxeditor.checklist.distributionAreaStatusGrayed";
+
+    // TODO RL
+    public static final String IS_RL = "eu.etaxonomy.taxeditor.isRL";
+
 }