Merge branch 'develop' into taxonDescription
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / model / ImageResources.java
index 51dcd8413270ab709099fb4e023837983396c784..871bf041a560b4d1ee754ed29853cf6196056f43 100644 (file)
@@ -52,6 +52,9 @@ public class ImageResources {
        ************************************************************************************** */
        /** Constant <code>ADD_ICON="add_icon"</code> */
        public static final String ADD_ICON = "add_icon";
+       public static final String ADD_ICON_GREEN = "add_icon_green";
+       public static final String MIN_ICON = "min_icon";
+       public static final String ADD_EDIT = "add_edit";
        /** Constant <code>TRASH_ICON="trash_icon"</code> */
        public static final String TRASH_ICON = "trash_icon";
        /** Constant <code>BROWSE_ICON="browse_icon"</code> */
@@ -76,6 +79,10 @@ public class ImageResources {
        public static final String HETEROTYPIC_SYN_ORIGINAL_ICON = "heterotypic_syn_original_icon";
        /** Constant <code>MISAPPLIED_NAME_ICON="misapplied_icon"</code> */
        public static final String MISAPPLIED_NAME_ICON = "misapplied_icon";
+       /** Constant <code>PRO_PARTE_SYNONYM_ICON="pro_parte_synonym_icon"</code> */
+    public static final String PRO_PARTE_SYNONYM_ICON = "proparte_syn_icon";
+    /** Constant <code>PRO_PARTE_SYNONYM_ICON="pro_parte_synonym_icon"</code> */
+    public static final String PARTIAL_SYNONYM_ICON = "partial_syn_icon";
        /** Constant <code>CONCEPT_ICON="concept_icon"</code> */
        public static final String CONCEPT_ICON = "concept_icon";
        /** Constant <code>AUTONYM_ICON="autonym_icon"</code> */
@@ -118,6 +125,9 @@ public class ImageResources {
        /** Constant <code>LOCK_ICON="locked"</code> */
        public static final String LOCK_ICON = "lock";
 
+       public static final String SYNCED = "synced";
+       public static final String REFRESH = "refresh";
+
        /** Constant <code>LOCK_OPEN_ICON="lock_open"</code> */
        public static final String LOCK_OPEN_ICON = "lock_open";
 
@@ -134,6 +144,11 @@ public class ImageResources {
        /** Constant <code>COLLAPSE_ALL="collapse_all"</code> */
        public static final String COLLAPSE_ALL = "collapse_all";
 
+       public static final String SWITCH_VIEW_TYPE = "switch_view_type";
+       public static final String SETTINGS = "settings";
+       public static final String EXPORT = "export";
+
+       //derivative icons
        public static final String TISSUE_SAMPLE_DERIVATE = "tissue_sample_derivate";
        public static final String TISSUE_SAMPLE_DERIVATE_CHARACTER_DATA = "tissue_sample_derivate_character_data";
        public static final String DNA_SAMPLE_DERIVATE = "dna_sample_derivate";
@@ -141,6 +156,7 @@ public class ImageResources {
        public static final String FIELD_UNIT = "field_unit";
        public static final String FIELD_UNIT_CHARACTER_DATA = "field_unit_character_data";
        public static final String SPECIMEN_DERIVATE = "specimen_derivate";
+       public static final String SPECIMEN_DERIVATE_TYPE = "specimen_derivate_type";
        public static final String SPECIMEN_DERIVATE_CHARACTER_DATA = "specimen_derivate_character_data";
     public static final String ARTWORK_DERIVATE = "artwork_derivate";
     public static final String ARTWORK_DERIVATE_CHARACTER_DATA = "artwork_derivate_character_data";
@@ -154,9 +170,17 @@ public class ImageResources {
     public static final String AMPLIFICATION_DERIVATE = "amplification_derivate";
     public static final String SINGLE_READ_DERIVATE = "single_read_derivate";
     public static final String SINGLE_READ_DERIVATE_MULTILINK = "single_read_derivate_multilink";
+    public static final String DEFAULT_DERIVATIVE = "default_derivate";
 
     public static final String CHARACTER_DATA_DERIVATE = "character_data_derivate";
 
+    public static final String WEB = "web";
+    public static final String DATE = "dates";
+
+    public static final String FLAT = "flat";
+    public static final String HIERARCHICAL = "hierarchical";
+
+    public static final String LIGHT_BULB = "light_bulb";
 
 
        /***************************************************************************
@@ -253,6 +277,12 @@ public class ImageResources {
        protected void initializeImageRegistry(ImageRegistry registry) {
                registerImage(registry, ADD_ICON,
                                "add_no_bg.gif");
+               registerImage(registry, ADD_ICON_GREEN,
+                       "add.gif");
+               registerImage(registry, MIN_ICON,
+                       "min.gif");
+               registerImage(registry, ADD_EDIT,
+                       "add_edit.gif");
                registerImage(registry, TRASH_ICON,
                                "trash.gif");
                registerImage(registry, EDIT_ICON,
@@ -277,6 +307,10 @@ public class ImageResources {
                                "homotypic_syn_hetero_group.gif");
                registerImage(registry, MISAPPLIED_NAME_ICON,
                                "misapplied_no_bg.gif");
+               registerImage(registry, PRO_PARTE_SYNONYM_ICON,
+                "proparte-bright.gif");
+           registerImage(registry, PARTIAL_SYNONYM_ICON,
+                   "proparte-dark.gif");
                registerImage(registry, CONCEPT_ICON,
                                "concept_no_bg.gif");
                registerImage(registry, AUTONYM_ICON,
@@ -331,8 +365,16 @@ public class ImageResources {
                                "prj_obj.gif");
                registerImage(registry, LOCK_ICON,
                        "lock.png");
+               registerImage(registry, SYNCED,
+                       "synced.gif");
+               registerImage(registry, REFRESH,
+                       "refresh.gif");
                registerImage(registry, LOCK_OPEN_ICON,
                        "lock_open.png");
+               registerImage(registry, SWITCH_VIEW_TYPE,
+                       "switch_view_type-16x16-32.png");
+               registerImage(registry, SETTINGS,
+                       "settings.gif");
                registerImage(registry, DNA_SAMPLE_DERIVATE,
                        "dna_derivate-16x16-32.png");
                registerImage(registry, DNA_SAMPLE_DERIVATE_CHARACTER_DATA,
@@ -343,6 +385,8 @@ public class ImageResources {
                        "fieldunit_data-16x16-32.png");
                registerImage(registry, SPECIMEN_DERIVATE,
                        "specimen_derivate-16x16-32.png");
+               registerImage(registry, SPECIMEN_DERIVATE_TYPE,
+                       "specimen_derivate_type-16x16-32.png");
                registerImage(registry, SPECIMEN_DERIVATE_CHARACTER_DATA,
                        "specimen_derivate_data-16x16-32.png");
                registerImage(registry, ARTWORK_DERIVATE,
@@ -375,6 +419,22 @@ public class ImageResources {
                        "single_read_derivate_multilink-16x16-32.png");
                registerImage(registry, CHARACTER_DATA_DERIVATE,
                        "character_data_derivate-16x16-32.png");
+               registerImage(registry, DEFAULT_DERIVATIVE,
+                               "default_derivate-16x16-32.png");
+               registerImage(registry, EXPORT,
+                       "export.gif");
+
+               registerImage(registry, WEB,
+                       "web.gif");
+               registerImage(registry, DATE,
+                       "dates.gif");
+
+               registerImage(registry, FLAT,
+                       "flat.gif");
+               registerImage(registry, HIERARCHICAL,
+                       "hierarchical.gif");
+               registerImage(registry, LIGHT_BULB,
+                       "smartmode_co.gif");
 
        }