Uses of Interface
org.eclipse.emf.compare.domain.IMergeRunnable
Packages that use IMergeRunnable
Package
Description
-
Uses of IMergeRunnable in org.eclipse.emf.compare.command.impl
Constructors in org.eclipse.emf.compare.command.impl with parameters of type IMergeRunnableModifierConstructorDescriptionMergeCommand
(ChangeRecorder changeRecorder, Collection<Notifier> notifiers, List<? extends Diff> differences, boolean leftToRight, IMerger.Registry mergerRegistry, IMergeRunnable runnable) Creates a new instance. -
Uses of IMergeRunnable in org.eclipse.emf.compare.domain
Methods in org.eclipse.emf.compare.domain with parameters of type IMergeRunnableModifier and TypeMethodDescriptionICompareEditingDomain.createCopyCommand
(List<? extends Diff> differences, boolean leftToRight, IMerger.Registry mergerRegistry, IMergeRunnable runnable) Creates a new command that will execute the givenIMergeRunnable
that is expected to merge the given differences in from right to left or left to right by using the mergers defined in the given merger registry. -
Uses of IMergeRunnable in org.eclipse.emf.compare.domain.impl
Methods in org.eclipse.emf.compare.domain.impl with parameters of type IMergeRunnableModifier and TypeMethodDescriptionEMFCompareEditingDomain.createCopyCommand
(List<? extends Diff> differences, boolean leftToRight, IMerger.Registry mergerRegistry, IMergeRunnable runnable) Creates a new command that will execute the givenIMergeRunnable
that is expected to merge the given differences in from right to left or left to right by using the mergers defined in the given merger registry. -
Uses of IMergeRunnable in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions
Classes in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions that implement IMergeRunnableModifier and TypeClassDescriptionclass
Implements the "merge all contained conflicting" action.class
The runnable for theMergeContainedAction
.class
Implements the "merge non-conflicting" and "merge all non-conflicting" action.final class
Methods in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions that return IMergeRunnableModifier and TypeMethodDescriptionprotected IMergeRunnable
MergeAction.createMergeRunnable
(MergeMode mode, boolean leftEditable, boolean rightEditable, IDiffRelationshipComputer relationshipComputer) protected IMergeRunnable
MergeContainedAction.createMergeRunnable
(MergeMode mode, boolean isLeftEditable, boolean isRightEditable, IDiffRelationshipComputer relationshipComputer) protected IMergeRunnable
MergeContainedConflictingAction.createMergeRunnable
(MergeMode mode, boolean isLeftEditable, boolean isRightEditable, IDiffRelationshipComputer relationshipComputer) protected IMergeRunnable
MergeContainedNonConflictingAction.createMergeRunnable
(MergeMode mode, boolean isLeftEditable, boolean isRightEditable, IDiffRelationshipComputer relationshipComputer)