Modifier and Type | Class and Description |
---|---|
class |
CompareCommandStack
A simple
ICompareCommandStack that delegate execution to another command stack but keep
informations about execution to properly reply to ICompareCommandStack protocol. |
class |
DualCompareCommandStack
ICompareCommandStack implementation that will delegates to two given command stacks; one for each
side of the comparison. |
class |
TransactionalDualCompareCommandStack
ICompareCommandStack implementation that will delegate to two given command stacks; one for each
side of the comparison. |
Modifier and Type | Method and Description |
---|---|
ICompareCommandStack |
ICompareEditingDomain.getCommandStack()
Returns the associated
ICompareCommandStack . |
Modifier and Type | Method and Description |
---|---|
ICompareCommandStack |
EMFCompareEditingDomain.getCommandStack()
Returns the associated
ICompareCommandStack . |
Constructor and Description |
---|
EMFCompareEditingDomain(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.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.