Uses of Interface
org.eclipse.emf.compare.command.ICompareCommandStack
Packages that use ICompareCommandStack
Package
Description
-
Uses of ICompareCommandStack in org.eclipse.emf.compare.command.impl
Classes in org.eclipse.emf.compare.command.impl that implement ICompareCommandStackModifier and TypeClassDescriptionclass
A simpleICompareCommandStack
that delegate execution to another command stack but keep informations about execution to properly reply toICompareCommandStack
protocol.class
ICompareCommandStack
implementation that will delegates to two given command stacks; one for each side of the comparison.class
ICompareCommandStack
implementation that will delegate to two given command stacks; one for each side of the comparison. -
Uses of ICompareCommandStack in org.eclipse.emf.compare.domain
Methods in org.eclipse.emf.compare.domain that return ICompareCommandStackModifier and TypeMethodDescriptionICompareEditingDomain.getCommandStack()
Returns the associatedICompareCommandStack
. -
Uses of ICompareCommandStack in org.eclipse.emf.compare.domain.impl
Methods in org.eclipse.emf.compare.domain.impl that return ICompareCommandStackModifier and TypeMethodDescriptionEMFCompareEditingDomain.getCommandStack()
Returns the associatedICompareCommandStack
.Constructors in org.eclipse.emf.compare.domain.impl with parameters of type ICompareCommandStackModifierConstructorDescriptionEMFCompareEditingDomain
(Notifier left, Notifier right, Notifier ancestor, ICompareCommandStack commandStack) Creates a new instance with the given notifiers to be listen to when something will be changed. -
Uses of ICompareCommandStack in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions
Methods in org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.actions with parameters of type ICompareCommandStackModifier and TypeMethodDescriptionprotected void
MergeAction.execute
(ICompareCommandStack commandStack, MergeMode mode, List<Diff> diffs) protected void
MergeAllNonConflictingAction.execute
(ICompareCommandStack commandStack, MergeMode mode, List<Diff> diffs) protected void
MergeAction.executeCompareCopyCommand
(ICompareCommandStack commandStack, MergeMode mode, List<Diff> diffs)