Revision bd6bf04f
Added by Katja Luther over 7 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/IPreferenceKeys.java | ||
---|---|---|
45 | 45 |
*/ |
46 | 46 |
public static final String TAXON_SERVICE_CONFIGURATOR_COMMON_NAMES = "eu.etaxonomy.taxeditor.taxonServiceConfigurator.doTaxaByCommonNames"; |
47 | 47 |
|
48 |
/** |
|
49 |
* |
|
50 |
*/ |
|
51 |
public static final String TAXON_SERVICE_CONFIGURATOR_MATCH_MODE = "eu.etaxonomy.taxeditor.taxonServiceConfigurator.doSearchByMatchMode"; |
|
52 |
|
|
48 | 53 |
/** |
49 | 54 |
* Whether to show UUID and database id in the supplemental data view. |
50 | 55 |
*/ |
... | ... | |
147 | 152 |
public static final String DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED = "eu.etaxonomy.taxeditor.checklist.distributionAreaStatusGrayed"; |
148 | 153 |
|
149 | 154 |
public static final String SHOW_ADVANCED_MEDIA_SECTION = "eu.etaxonomy.taxeditor.media.showAdvancedMedia"; |
155 |
public static final String SHOW_SIMPLE_NAME_DETAILS_SECTION = "eu.etaxonomy.taxeditor.name.showSimpleName"; |
|
150 | 156 |
|
151 | 157 |
public static final String PROMPT_FOR_OPEN_SPECIMEN_IN_EDITOR = "eu.etaxonomy.taxeditor.specimen.promptForOpenSpecimenInEditor"; |
152 | 158 |
|
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java | ||
---|---|---|
309 | 309 |
TAXON_SERVICE_CONFIGURATOR_NAMES)); |
310 | 310 |
configurator.setDoTaxaByCommonNames(getPreferenceStore().getBoolean( |
311 | 311 |
TAXON_SERVICE_CONFIGURATOR_COMMON_NAMES)); |
312 |
//configurator.setMatchMode(eu.etaxonomy.cdm.persistence.query.MatchMode.valueOf(getPreferenceStore().getString(TAXON_SERVICE_CONFIGURATOR_MATCH_MODE))); |
|
312 | 313 |
|
313 | 314 |
return configurator; |
314 | 315 |
} |
Also available in: Unified diff
Preferences for simple view