The feature id for the '
Source' attribute. 
DIFF__SOURCE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'Source' attribute feature
DIFF__STATE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'State' attribute
DIFF__STATE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'State' attribute feature
diff_bisect(String, String, long) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Find the 'middle snake' of a diff, split the problem in two and return the recursively constructed
 diff.
diff_charsToLines(LinkedList<diff_match_patch.Diff>, List<String>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Rehydrate the text in a diff from a string of line hashes to real lines of text.
diff_cleanupEfficiency(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Reduce the number of edits by eliminating operationally trivial equalities.
diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Reorder and merge like edit sections.
diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Reduce the number of edits by eliminating semantically trivial equalities.
diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Look for single edits surrounded on both sides by equalities which can be shifted sideways to align the
 edit to a word boundary. e.g: The cat came. -> The cat came.
diff_commonOverlap(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Determine if the suffix of one string is the prefix of another.
diff_commonPrefix(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Determine the common prefix of two strings
diff_commonSuffix(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Determine the common suffix of two strings
Diff_EditCost - Variable in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Cost of an empty edit operation in terms of edit characters.
DIFF_ENGINE_PPID - Static variable in class org.eclipse.emf.compare.rcp.EMFCompareRCPPlugin
The id of the diff engine extension point.
DIFF_ENGINES - Static variable in class org.eclipse.emf.compare.rcp.internal.preferences.EMFComparePreferences
Differences Engine preference.
DIFF_FEATURE_COUNT - Static variable in interface org.eclipse.emf.compare.ComparePackage
The number of structural features of the 'Diff' class
diff_fromDelta(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Given the original text1, and an encoded string which describes the operations required to transform
 text1 into text2, compute the full diff.
diff_halfMatch(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Do the two texts share a substring which is at least half the length of the longer text?
diff_levenshtein(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Compute the Levenshtein distance; the number of inserted, deleted or substituted characters.
diff_linesToChars(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Split two texts into a list of strings.
diff_main(String, String) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Find the differences between two texts.
diff_main(String, String, boolean) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Find the differences between two texts.
diff_match_patch - Class in org.eclipse.emf.compare.internal.dmp
Class containing the diff, match and patch methods.
diff_match_patch() - Constructor for class org.eclipse.emf.compare.internal.dmp.diff_match_patch
 
diff_match_patch.Diff - Class in org.eclipse.emf.compare.internal.dmp
Class representing one diff operation.
diff_match_patch.LinesToCharsResult - Class in org.eclipse.emf.compare.internal.dmp
Internal class for returning results from diff_linesToChars().
diff_match_patch.Operation - Enum in org.eclipse.emf.compare.internal.dmp
The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE,
 "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete
 "Hello", add "Goodbye" and keep " world."
diff_match_patch.Patch - Class in org.eclipse.emf.compare.internal.dmp
Class representing one patch operation.
diff_prettyHtml(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Convert a Diff list into a pretty HTML report.
diff_text1(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Compute and return the source text (all equalities and deletions).
diff_text2(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Compute and return the destination text (all equalities and insertions).
Diff_Timeout - Variable in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Number of seconds to map a diff before giving up (0 for infinity).
diff_toDelta(LinkedList<diff_match_patch.Diff>) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
Crush the diff into an encoded string which describes the operations required to transform text1 into
 text2.
diff_xIndex(LinkedList<diff_match_patch.Diff>, int) - Method in class org.eclipse.emf.compare.internal.dmp.diff_match_patch
loc is a location in text1, compute and return the equivalent location in text2. e.g.
DiffBuilder - Class in org.eclipse.emf.compare.diff
This default implementation of an 
IDiffProcessor will build the necessary differences and attach
 them to the appropriate 
Match.
The IDiffEngine to use to compute comparison.
DIFFERENCE_GROUP_EXTENDER_PPID - Static variable in class org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin
 
DIFFERENCE_KIND - Static variable in interface org.eclipse.emf.compare.ComparePackage
DIFFERENCE_KIND - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
DIFFERENCE_SOURCE - Static variable in interface org.eclipse.emf.compare.ComparePackage
DIFFERENCE_SOURCE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
DIFFERENCE_STATE - Static variable in interface org.eclipse.emf.compare.ComparePackage
DIFFERENCE_STATE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
DifferenceFilterChange - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl
DifferenceFilterChange(Predicate<? super EObject>, Set<IDifferenceFilter>, Set<IDifferenceFilter>) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl.DifferenceFilterChange
Default Constructor.
DifferenceFilterExtensionRegistryListener - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl
Utility class to listen to the IDifferenceFilter.Registry.
DifferenceFilterExtensionRegistryListener(String, String, ILog, DifferenceFilterManager) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl.DifferenceFilterExtensionRegistryListener
Default constructor.
DifferenceFilterManager - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl
Manager of filters.
DifferenceFilterManager(IPreferenceStore) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl.DifferenceFilterManager
Constructor.
DifferenceFilterRegistryImpl - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl
DifferenceFilterRegistryImpl(DifferenceFilterManager) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl.DifferenceFilterRegistryImpl
Constructs the registry.
DifferenceGroupDescriptorWrapper - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Implementation of IDifferenceGroupProvider.Descriptor.
DifferenceGroupDescriptorWrapper(String, String, IConfigurationElement, int, IDifferenceGroupProvider.ComparisonType) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.DifferenceGroupDescriptorWrapper
Constructor.
DifferenceGroupExtenderRegistryImpl - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.extender
DifferenceGroupExtenderRegistryImpl() - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.extender.DifferenceGroupExtenderRegistryImpl
Constructs the registry.
DifferenceGroupExtenderRegistryListener - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.extender
DifferenceGroupExtenderRegistryListener(String, String, ILog, IDifferenceGroupExtender.Registry) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.extender.DifferenceGroupExtenderRegistryListener
Default Constructor.
DifferenceGroupManager - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
This manager can be used to modify EMF Compare UI behavior regarding groups.
DifferenceGroupManager(IItemRegistry<IDifferenceGroupProvider.Descriptor>, IPreferenceStore) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.DifferenceGroupManager
Constructor.
DifferenceGroupProviderChange - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
DifferenceGroupProviderChange(IDifferenceGroupProvider) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.DifferenceGroupProviderChange
Default constructor.
DifferenceGroupProviderExtensionRegistryListener - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Utility class to listen to the IDifferenceGroupProvider.Descriptor.Registry.
DifferenceGroupProviderExtensionRegistryListener(String, String, ILog, IItemRegistry<IDifferenceGroupProvider.Descriptor>) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.DifferenceGroupProviderExtensionRegistryListener
Default constructor.
DifferenceGroupRegistryImpl - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Implementation of the IDifferenceGroupProvider.Descriptor.Registry.
DifferenceGroupRegistryImpl(DifferenceGroupManager, IItemRegistry<IDifferenceGroupProvider.Descriptor>) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.DifferenceGroupRegistryImpl
Constructs the registry.
DifferenceKind - Enum in org.eclipse.emf.compare
A representation of the literals of the enumeration 'Difference Kind',
 and utility methods for working with them
differences - Variable in class org.eclipse.emf.compare.command.impl.AbstractCopyCommand
The list of differences we are to merge.
differences - Variable in class org.eclipse.emf.compare.impl.ConflictImpl
differences - Variable in class org.eclipse.emf.compare.impl.EquivalenceImpl
differences - Variable in class org.eclipse.emf.compare.impl.MatchImpl
The cached value of the '
Differences' containment reference list
A representation of the literals of the enumeration 'Difference Source',
 and utility methods for working with them
DifferenceState - Enum in org.eclipse.emf.compare
A representation of the literals of the enumeration '
Difference
 State', and utility methods for working with them. 
DiffImpl - Class in org.eclipse.emf.compare.impl
An implementation of the model object '
Diff'. 
DiffImpl() - Constructor for class org.eclipse.emf.compare.impl.DiffImpl
 
DiffItemProvider - Class in org.eclipse.emf.compare.provider
This is the item provider adapter for a 
Diff object
This constructs an instance from a factory and a notifier. 
DiffNode - Class in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes
This class is wrapper for TreeNode used to represent a diff TreeNode.
DiffNode(Diff) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes.DiffNode
Constructor.
DiffRelationshipComputer - Class in org.eclipse.emf.compare.merge
A computer implementation to calculate the relationship of differences in EMF Compare.
DiffRelationshipComputer(IMerger.Registry) - Constructor for class org.eclipse.emf.compare.merge.DiffRelationshipComputer
Creates a new relationship computer.
DiffRelationshipComputer(IMerger.Registry, IMergeCriterion) - Constructor for class org.eclipse.emf.compare.merge.DiffRelationshipComputer
Creates a new relationship computer.
DiffRelationshipComputerChange - Class in org.eclipse.emf.compare.rcp.ui.internal.configuration.impl
DiffRelationshipComputerChange(IDiffRelationshipComputer, IDiffRelationshipComputer) - Constructor for class org.eclipse.emf.compare.rcp.ui.internal.configuration.impl.DiffRelationshipComputerChange
 
diffs - Variable in class org.eclipse.emf.compare.internal.dmp.diff_match_patch.Patch
 
DiffSpec - Class in org.eclipse.emf.compare.internal.spec
This specialization of the 
DiffImpl class allows us to define the derived features and operations
 implementations.
A custom iterator that will walk a Match->submatch tree, and allow iteration over the Diffs of these
 Matches.
DiffTreeIterator(Match) - Constructor for class org.eclipse.emf.compare.internal.conflict.DiffTreeIterator
Constructs our iterator given the root of the Match tree to iterate over.
DiffUtil - Class in org.eclipse.emf.compare.internal.utils
This utility class will be used to provide similarity implementations.
DiffUtil - Class in org.eclipse.emf.compare.utils
directMergeDependenciesL2R - Variable in class org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
Direct merge dependencies: left to right.
directMergeDependenciesR2L - Variable in class org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
Direct merge dependencies: right to left.
directResultingMergesL2R - Variable in class org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
Direct resulting merges: left to right.
directResultingMergesR2L - Variable in class org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
Direct resulting merges: right to left.
directResultingRejectionsL2R - Variable in class org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
Direct resulting rejections: left to right.
directResultingRejectionsR2L - Variable in class org.eclipse.emf.compare.merge.CachingDiffRelationshipComputer
Direct resulting rejections: right to left.
DISABLE_RESOLVERS_PREFERENCE - Static variable in interface org.eclipse.emf.compare.ide.ui.internal.preferences.EMFCompareUIPreferences
Preference telling us whether the model resolvers are enabled (value false) or disabled
 (value true).
DISABLE_THREADING_PREFERENCE - Static variable in interface org.eclipse.emf.compare.ide.ui.internal.preferences.EMFCompareUIPreferences
Preference telling us whether the model resolver can use threading (value false) or if it
 should remain single-threaded (value true).
DISABLED_ADAPTER_FACTORY - Static variable in class org.eclipse.emf.compare.rcp.internal.preferences.EMFComparePreferences
Disabled adapter factories preference.
DISABLED_POST_PROCESSOR - Static variable in class org.eclipse.emf.compare.rcp.internal.preferences.EMFComparePreferences
Disabled post processors preference.
disassociate(Item) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer
discard() - Method in interface org.eclipse.emf.compare.Diff
This will remove the diff from
 the model, effectively "forgetting" about it. 
discard() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
discard() - Method in class org.eclipse.emf.compare.internal.spec.AttributeChangeSpec
This will remove the diff from
 the model, effectively "forgetting" about it. 
discard() - Method in class org.eclipse.emf.compare.internal.spec.FeatureMapChangeSpec
This will remove the diff from
 the model, effectively "forgetting" about it. 
discard() - Method in class org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec
This will remove the diff from
 the model, effectively "forgetting" about it. 
discard() - Method in class org.eclipse.emf.compare.internal.spec.ResourceAttachmentChangeSpec
This will remove the diff from
 the model, effectively "forgetting" about it. 
discard() - Method in class org.eclipse.emf.compare.internal.spec.ResourceLocationChangeSpec
This will remove the diff from
 the model, effectively "forgetting" about it. 
DISCARDED_VALUE - Static variable in enum org.eclipse.emf.compare.DifferenceState
The '
DISCARDED' literal value. 
DISPLAY_FILTERS - Static variable in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
 
DISPLAY_GROUP_PROVIDERS - Static variable in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
 
DISPLAY_SAVE_ACTION - Static variable in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
 
DISPLAY_SELECT_UNRESOLVED_DIFF_ACTIONS - Static variable in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
 
disposable - Variable in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.provider.TreeCompareInputAdapterFactory
disposable - Variable in class org.eclipse.emf.compare.provider.CompareItemProviderAdapterFactory
This keeps track of all the item providers created, so that they can be 
disposed. 
DisposableResourceSet - Interface in org.eclipse.emf.compare.ide.internal.utils
dispose() - Method in class org.eclipse.emf.compare.command.impl.AbstractCopyCommand
dispose() - Method in class org.eclipse.emf.compare.command.impl.CompareCommandStack
dispose() - Method in class org.eclipse.emf.compare.command.impl.DualCompareCommandStack
dispose() - Method in class org.eclipse.emf.compare.command.impl.TransactionalDualCompareCommandStack
dispose() - Method in class org.eclipse.emf.compare.domain.impl.EMFCompareEditingDomain
dispose() - Method in interface org.eclipse.emf.compare.ide.internal.utils.DisposableResourceSet
This method should be called when the resource set is no longer needed.
dispose() - Method in class org.eclipse.emf.compare.ide.internal.utils.NotLoadingResourceSet
This method should be called when the resource set is no longer needed.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.configuration.ForwardingCompareConfiguration
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.table.TableContentMergeViewerContentProvider
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.text.EMFCompareTextMergeViewerContentProvider
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.tree.TreeContentMergeViewerContentProvider
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.util.EMFCompareColor
Dispose all Color resources.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.logical.resolver.DefaultResolutionContext
Disposes resources allocated during initialization.
dispose() - Method in interface org.eclipse.emf.compare.ide.ui.internal.logical.resolver.IResolutionContext
Disposes the context.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.logical.resolver.ResourceComputationScheduler
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.logical.resolver.SynchronizedResourceSet
This method should be called when the resource set is no longer needed.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.logical.resolver.ThreadedModelResolver
This will be called when the contributing plugin of this class is about to be stopped.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.logical.view.LogicalModelView
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions.DropDownMergeMenuAction
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions.SelectDiffAction
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.CompareInputAdapter
This will remove this adapter from all its the targets and dispose any remaining children wrappers in
 the children store.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.CompareToolBar
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.EMFCompareStructureMergeViewerContentProvider
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.provider.TreeCompareInputAdapterFactory
This disposes all the disposables.
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.provider.TreeNodeCompareInput
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.provider.TreeNodeCompareInputLabelProvider
dispose() - Method in class org.eclipse.emf.compare.ide.ui.internal.util.CompareHandlerService
 
dispose() - Method in class org.eclipse.emf.compare.ide.ui.logical.AbstractModelResolver
This will be called when the contributing plugin of this class is about to be stopped.
dispose() - Method in interface org.eclipse.emf.compare.ide.ui.logical.IModelResolver
This will be called when the contributing plugin of this class is about to be stopped.
dispose() - Method in class org.eclipse.emf.compare.provider.CompareItemProviderAdapterFactory
This disposes all of the item providers created by this factory
dispose() - Method in class org.eclipse.emf.compare.provider.ExtendedItemProviderDecorator
dispose() - Method in class org.eclipse.emf.compare.provider.ForwardingItemProvider
Deprecated.
dispose() - Method in class org.eclipse.emf.compare.rcp.ui.internal.mergeviewer.CompareColorImpl
Dispose all Color resources.
dispose() - Method in class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.actions.FilterActionMenu
dispose() - Method in class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.actions.GroupActionMenu
dispose() - Method in class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.BasicDifferenceGroupImpl
Dispose this group provider.
dispose() - Method in class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.provider.TreeNodeItemProviderSpec
 
dispose() - Method in interface org.eclipse.emf.compare.rcp.ui.mergeviewer.ICompareColor
Dispose all Color resources.
dispose() - Method in class org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.AbstractDifferenceGroupProvider
Dispose this difference group provider.
dispose() - Method in interface org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.IDifferenceGroup
Dispose this group provider.
dispose() - Method in interface org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.IDifferenceGroupProvider
Dispose this difference group provider.
disposeCachedImages() - Static method in class org.eclipse.emf.compare.ide.ui.internal.EMFCompareIDEUIPlugin
dispose system resources associated with cached images.
disposeCachedImages() - Static method in class org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin
dispose system resources associated with cached images.
disposeComparison() - Method in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
disposeImage(String) - Static method in class org.eclipse.emf.compare.ide.ui.internal.EMFCompareIDEUIPlugin
Dispose image with the given id.
disposeImage(String) - Static method in class org.eclipse.emf.compare.rcp.ui.EMFCompareRCPUIPlugin
Dispose image with the given id.
disposeListeners() - Method in class org.eclipse.emf.compare.ide.ui.internal.configuration.EMFCompareConfiguration
EMFCompareConfiguration.dispose() is only called when the comparison editor is closed, whereas EMFCompareConfiguration
 are created and discarded on each change of the ContentMergeViewer input.
Return the distance between two EObjects.
distance(Comparison, EObject, EObject) - Method in class org.eclipse.emf.compare.match.eobject.EditionDistance
Return the distance between two EObjects.
distance(Comparison, EObject, EObject) - Method in interface org.eclipse.emf.compare.match.eobject.ProximityEObjectMatcher.DistanceFunction
Return the distance between two EObjects.
doBuildSubTrees() - Method in class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.BasicDifferenceGroupImpl
Perform the creation of the sub-trees of the group.
doBuildSubTrees() - Method in class org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl.ThreeWayComparisonGroupProvider.ConflictsGroupImpl
 
doDelegation(Comparison, List<EObject>, List<EObject>, List<EObject>, Monitor) - Method in class org.eclipse.emf.compare.match.eobject.IdentifierEObjectMatcher
Execute matching process for the delegated IEObjectMatcher.
doExecute() - Method in class org.eclipse.emf.compare.command.impl.CopyCommand
Deprecated.
doExecute() - Method in class org.eclipse.emf.compare.command.impl.MergeAllNonConflictingCommand
doExecute() - Method in class org.eclipse.emf.compare.command.impl.MergeCommand
doFindInputItem(Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.AbstractStructuredViewerWrapper
doFindInputItem(Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer
doFindItem(Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.AbstractStructuredViewerWrapper
doFindItem(Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer
doGetColumnCount() - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer
domain - Variable in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.util.RedoAction
 
domain - Variable in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.util.UndoAction
 
doMergeDiffWithConflicts(boolean, IMerger.Registry, List<Diff>, Monitor, Diff) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions.MergeNonConflictingRunnable
 
doMergeForDiff(Monitor, Set<URI>, Diff, IDiffRelationshipComputer) - Method in class org.eclipse.emf.compare.ide.ui.internal.logical.EMFResourceMappingMerger
 
doMove(AttributeChange, Comparison, EObject, Object, boolean) - Method in class org.eclipse.emf.compare.merge.AttributeChangeMerger
This will do the actual work of moving the element into its attribute.
doMove(FeatureMapChange, Comparison, EObject, FeatureMap.Entry, boolean) - Method in class org.eclipse.emf.compare.merge.FeatureMapChangeMerger
This will do the actual work of moving the element into its attribute.
doMove(ReferenceChange, Comparison, EObject, EObject, boolean) - Method in class org.eclipse.emf.compare.merge.ReferenceChangeMerger
This will do the actual work of moving the element into its reference.
done(IJobChangeEvent) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.EMFCompareStructureMergeViewerContentProvider
done() - Method in class org.eclipse.emf.compare.ide.ui.internal.util.ThreadSafeProgressMonitor
done() - Method in class org.eclipse.emf.compare.internal.utils.SafeSubMonitor
 
doPrepareInput(IProgressMonitor) - Method in class org.eclipse.emf.compare.ide.ui.internal.editor.AbstractEMFCompareEditorInput
Runs the compare operation and returns the compare result.
doPrepareInput(IProgressMonitor) - Method in class org.eclipse.emf.compare.ide.ui.internal.editor.ComparisonEditorInput
Runs the compare operation and returns the compare result.
doPrepareInput(IProgressMonitor) - Method in class org.eclipse.emf.compare.ide.ui.internal.editor.ComparisonScopeEditorInput
Runs the compare operation and returns the compare result.
doSave(Object, Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.EMFCompareContentMergeViewer
Inhibits this method to avoid asking to save on each input change!!
doSave(Object, Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.text.EMFCompareTextMergeViewer
Inhibits this method to avoid asking to save on each input change!!
doSwitch(EObject) - Method in class org.eclipse.emf.compare.util.CompareSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(EClass, EObject) - Method in class org.eclipse.emf.compare.util.CompareSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doSwitch(int, EObject) - Method in class org.eclipse.emf.compare.util.CompareSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result
doubleCheck() - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityMatchStats
Double checked a candidate pair of match.
doUpdateItem(Widget, Object, boolean) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.AbstractStructuredViewerWrapper
doUpdateItem(Item, Object) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer
doUpdateItem(Widget, Object, boolean) - Method in class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer
DropDownMergeMenuAction - Class in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions
Action that manages the dropdown menu that allows to show the consequences of an accept or a reject.
DropDownMergeMenuAction(IEMFCompareConfiguration, EnumSet<MergeMode>) - Constructor for class org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions.DropDownMergeMenuAction
Constructor.
DualCompareCommandStack - Class in org.eclipse.emf.compare.command.impl
ICompareCommandStack implementation that will delegates to two given command stacks; one for each
 side of the comparison.
Utility class to access (R/W) field in super class hierarchy.
DynamicObject(Object) - Constructor for class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.util.DynamicObject
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
EMF Compare
3.3.0.201909101346
 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.