Modifier and Type | Class and Description |
---|---|
class |
EMFCompareEditingDomain
Default implementation that use a change recorder in the background to record the changes made by executed
commands.
|
Modifier and Type | Method and Description |
---|---|
static ICompareEditingDomain |
EMFCompareEditingDomain.create(Notifier left,
Notifier right,
Notifier ancestor)
Creates a new compare editing domain on the given notifier with an appropriate
ICompareCommandStack set up on it. |
static ICompareEditingDomain |
EMFCompareEditingDomain.create(Notifier left,
Notifier right,
Notifier ancestor,
CommandStack commandStack)
Equivalent to
create(left, right, ancestor, commandStack, null) . |
static ICompareEditingDomain |
EMFCompareEditingDomain.create(Notifier left,
Notifier right,
Notifier ancestor,
CommandStack leftCommandStack,
CommandStack rightCommandStack)
Creates a new compare editing domain on the given notifier with an appropriate
ICompareCommandStack set up on it. |
Modifier and Type | Method and Description |
---|---|
ICompareEditingDomain |
EMFCompareConfiguration.getEditingDomain() |
Modifier and Type | Method and Description |
---|---|
void |
EMFCompareConfiguration.setEditingDomain(ICompareEditingDomain newValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
EMFCompareContentMergeViewer.editingDomainChange(ICompareEditingDomain oldValue,
ICompareEditingDomain newValue) |
Modifier and Type | Method and Description |
---|---|
void |
LabelContentViewer.editingDomainChange(ICompareEditingDomain oldValue,
ICompareEditingDomain newValue) |
Modifier and Type | Method and Description |
---|---|
void |
EMFCompareTextMergeViewer.editingDomainChange(ICompareEditingDomain oldValue,
ICompareEditingDomain newValue) |
Modifier and Type | Field and Description |
---|---|
protected ICompareEditingDomain |
UndoAction.domain |
protected ICompareEditingDomain |
RedoAction.domain |
Modifier and Type | Method and Description |
---|---|
void |
UndoAction.setEditingDomain(ICompareEditingDomain domain) |
void |
RedoAction.setEditingDomain(ICompareEditingDomain domain) |
Constructor and Description |
---|
RedoAction(ICompareEditingDomain domain) |
UndoAction(ICompareEditingDomain domain) |
Modifier and Type | Method and Description |
---|---|
protected ICompareEditingDomain |
AbstractEMFCompareEditorInput.getEditingDomain()
Returns the editing domain as given to the constructor.
|
Constructor and Description |
---|
AbstractEMFCompareEditorInput(EMFCompareConfiguration configuration,
ICompareEditingDomain editingDomain,
AdapterFactory adapterFactory)
Constructor that call super with an unmodified
CompareConfiguration . |
ComparisonEditorInput(EMFCompareConfiguration configuration,
Comparison comparison,
ICompareEditingDomain editingDomain,
AdapterFactory adapterFactory) |
ComparisonScopeEditorInput(EMFCompareConfiguration configuration,
ICompareEditingDomain editingDomain,
AdapterFactory adapterFactory,
EMFCompare comparator,
IComparisonScope scope) |
Modifier and Type | Field and Description |
---|---|
protected ICompareEditingDomain |
MergeAction.editingDomain |
Modifier and Type | Method and Description |
---|---|
void |
MergeAction.setEditingDomain(ICompareEditingDomain editingDomain) |
Modifier and Type | Method and Description |
---|---|
ICompareEditingDomain |
IEMFCompareConfiguration.getEditingDomain() |
ICompareEditingDomain |
ICompareEditingDomainChange.getNewValue() |
ICompareEditingDomain |
ICompareEditingDomainChange.getOldValue() |
Modifier and Type | Method and Description |
---|---|
void |
IEMFCompareConfiguration.setEditingDomain(ICompareEditingDomain editingDomain) |
Constructor and Description |
---|
CompareEditingDomainChange(ICompareEditingDomain oldValue,
ICompareEditingDomain newValue) |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.