Package | Description |
---|---|
org.eclipse.emf.compare.command.impl | |
org.eclipse.emf.compare.domain | |
org.eclipse.emf.compare.domain.impl |
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.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.