public interface EMFCompareUIPreferences
 Default values for each of these can be checked from EMFCompareUIPreferencesInitializer.
 
| Modifier and Type | Field and Description | 
|---|---|
| static String | DISABLE_RESOLVERS_PREFERENCEPreference telling us whether the model resolvers are enabled (value  false) or disabled
 (valuetrue). | 
| static String | DISABLE_THREADING_PREFERENCEPreference telling us whether the model resolver can use threading (value  false) or if it
 should remain single-threaded (valuetrue). | 
| static String | EDITOR_TREE_AUTO_EXPAND_LEVELPreference key holding the value for the comparison editor to automatically expand the tree viewer of
 the top panel to a specific level. | 
| static String | EDITOR_TREE_AUTO_SELECT_FIRST_CHANGEPreference key holding the value for the comparison editor to automatically select the first change in
 the tree viewer of the top panel. | 
| static String | EDITOR_TREE_EXPAND_TIMEOUTPreference key holding the value for the comparison editor to limit the number of seconds spent
 expanding the tree viewer during  auto expandand expand-all. | 
| static String | EDITOR_TREE_HIGHLIGHT_RELATED_CHANGESPreference key holding the value for the comparison editor to automatically highlight changes related
 to the current selection in the tree viewer of the top panel. | 
| static String | ENABLE_MODEL_RESOLUTION_FROM_CONTAINERSPreference indicating whether a the EMFModelProvider should be active also for comparisons of
 containers. | 
| static String | PRE_MERGE_MODELS_WHEN_CONFLICTPreference indicating whether a pre-merge must be performed when a REAL conflict is detected. | 
| static String | RESOLUTION_SCOPE_PREFERENCEPreference telling EMF Compare which scope to crawl for cross-referenced resources. | 
| static String | SELECT_NEXT_UNRESOLVED_DIFFPreference indicating whether the next unresolved diff should be selected after a merge action. | 
static final String DISABLE_RESOLVERS_PREFERENCE
false) or disabled
 (value true).static final String DISABLE_THREADING_PREFERENCE
false) or if it
 should remain single-threaded (value true).static final String RESOLUTION_SCOPE_PREFERENCE
CrossReferenceResolutionScope.static final String PRE_MERGE_MODELS_WHEN_CONFLICT
true or false.static final String ENABLE_MODEL_RESOLUTION_FROM_CONTAINERS
true or false.static final String EDITOR_TREE_AUTO_EXPAND_LEVEL
static final String EDITOR_TREE_EXPAND_TIMEOUT
auto expand and expand-all.static final String EDITOR_TREE_AUTO_SELECT_FIRST_CHANGE
static final String EDITOR_TREE_HIGHLIGHT_RELATED_CHANGES
static final String SELECT_NEXT_UNRESOLVED_DIFF
true or false.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.