Massive refactoring of the methodology in former class UiUtils
[taxeditor.git] / eclipseprojects / eu.etaxonomy.taxeditor / src / eu / etaxonomy / taxeditor / ITaxEditorConstants.java
1 /**
2 * Copyright (C) 2007 EDIT
3 * European Distributed Institute of Taxonomy
4 * http://www.e-taxonomy.eu
5 *
6 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 * See LICENSE.TXT at the top of this package for the full license terms.
8 */
9
10 package eu.etaxonomy.taxeditor;
11
12
13 /**
14 * @author p.ciardelli
15 * @created 20.05.2008
16 * @version 1.0
17 */
18 public class ITaxEditorConstants {
19
20 /* ***************************************************************************************
21 ICONS
22 ************************************************************************************** */
23 public static final String EDIT_ICON = "edit_icon";
24 public static final String WARNING_ICON = "warning_icon";
25 public static final String BLACK_SQUARE_ICON = "black_square_icon";
26 public static final String HOMOTYPIC_SYN_ICON = "homotypic_syn_icon";
27 public static final String HOMOTYPIC_SYN_ORIGINAL_ICON = "homotypic_syn_original_icon";
28 public static final String HETEROTYPIC_SYN_ICON = "heterotypic_syn_icon";
29 public static final String HETEROTYPIC_SYN_ORIGINAL_ICON = "heterotypic_syn_original_icon";
30 public static final String MISAPPLIED_NAME_ICON = "misapplied_icon";
31 public static final String AUTONYM_ICON = "autonym_icon";
32 public static final String BASIONYM_ICON = "basionym_icon";
33 public static final String ORTHOGRAPHIC_VARIANT_ICON = "orthographic_variants_icon";
34 public static final String DB_ICON = "db_icon";
35 public static final String MOVE_ICON = "move_icon";
36 public static final String ACTIVE_DELETE_ICON = "active_delete_icon";
37 public static final String SYNONYM_TO_TAXON_ICON = "synoynm_to_taxon_icon";
38 public static final String OPEN_TAXON_ICON = "open_taxon_icon";
39 public static final String ADD_CHILD_TAXON_ICON = "add_taxon_icon";
40 public static final String SWAP_SYNONYM_AND_TAXON_ICON = "swap_syn_and_tax_icon";
41 public static final String QUICK_ADD_ICON = "quick_add_icon";
42 public static final String TAXON_TO_SYNONYM_ICON = "tax_to_syn_icon";
43
44 /* ***************************************************************************************
45 PREFERENCES
46 ************************************************************************************** */
47 public static final String CODE_PREFERENCE = "code";
48 // public static final NomenclaturalCode CODE_PREFERENCE_ICBN = NomenclaturalCode.ICBN();
49 // public static final NomenclaturalCode CODE_PREFERENCE_ICZN = NomenclaturalCode.ICZN();
50 // public static final NomenclaturalCode DEFAULT_CODE_PREFERENCE = CODE_PREFERENCE_ICZN;
51 public static final String CODE_PREFERENCE_ICBN = "ICBN";
52 public static final String CODE_PREFERENCE_ICZN = "ICZN";
53 public static final String DEFAULT_CODE_PREFERENCE = CODE_PREFERENCE_ICBN;
54 public static final String INITIALIZED = "initialized";
55 public static final String INITIALIZE_W_TESTDATA = "init_w_testdata";
56
57 /* ***************************************************************************************
58 STRINGS
59 ************************************************************************************** */
60 public static final String MISAPPLIED_NAME = "misappliedname";
61 public static final String BASIONYM = "basionym";
62 public static final String SYNONYM = "synonym";
63 public static final String HOMOTYPIC_SYNONYM = "homotypic_synonym";
64 public static final String HETEROTYPIC_SYNONYM = "heterotypic_synonym";
65 public static final String NAMERELATION = "namerelation";
66 public static final String TAXON = "taxon";
67 public static final String HOMOTYPIC_GROUP = "homotypicgroup";
68 public static final String QUICK_NAME_TAXON = "quick_name_taxon";
69 public static final String PROPERTY_SHEET_CHANGE = "property_sheet_change";
70 public static final String REFRESH_NAMEVIEWER = "refresh_name_viewer";
71
72 /* ***************************************************************************************
73 FONTS
74 ************************************************************************************** */
75 public static final String MENU_ITEM_ITALICS_FONT = "menu_item_italics_font";
76 public static final String ACCEPTED_TAXON_FONT = "accepted_taxon_font";
77 public static final String SYNONYM_FONT = "synonym_font";
78 public static final String MISAPPLIEDNAME_FONT = "misappliedname_font";
79 public static final String DATASOURCE_FONT = "datasource_font";
80 public static final String CHOOSE_NAME_TEXT_FONT = "choose_name_text_font";
81 public static final String DEFAULT_PROMPT_FONT = "default_prompt_font";
82
83 /* ***************************************************************************************
84 COLORS
85 ************************************************************************************** */
86 public static final String GROUP_GRAY_BKG_COLOR = "group_gray_background_color";
87 public static final String PROP_SHEET_RED = "property_sheet_red";
88
89 /* ***************************************************************************************
90 PREFERENCES
91 ************************************************************************************** */
92 public static final String FEATURE_PREFERENCE = "feature_preference";
93 public static final String RANK_PREFERENCE = "rank_preference";
94
95 }