|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DiffMergeModelContext | |
|---|---|
| org.eclipse.emf.ecp.diffmerge.internal.context | |
| org.eclipse.emf.ecp.diffmerge.spi.context | |
| org.eclipse.emf.ecp.diffmerge.swt | |
| Uses of DiffMergeModelContext in org.eclipse.emf.ecp.diffmerge.internal.context |
|---|
| Classes in org.eclipse.emf.ecp.diffmerge.internal.context that implement DiffMergeModelContext | |
|---|---|
class |
DiffMergeModelContextImpl
Implementation of the DiffMergeModelContext based on the ViewModelContextImpl. |
| Uses of DiffMergeModelContext in org.eclipse.emf.ecp.diffmerge.spi.context |
|---|
| Methods in org.eclipse.emf.ecp.diffmerge.spi.context that return DiffMergeModelContext | |
|---|---|
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right)
Instantiates a new view model context. |
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
Set<VDomainModelReference> mergedControls)
Instantiates a new view model context. |
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
Set<VDomainModelReference> mergedControls,
ViewModelService... modelServices)
Instantiates a new view model context with specific services. |
DiffMergeModelContext |
DiffMergeContextFactory.createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject target,
org.eclipse.emf.ecore.EObject left,
org.eclipse.emf.ecore.EObject right,
ViewModelService... modelServices)
Instantiates a new view model context with specific services. |
| Uses of DiffMergeModelContext in org.eclipse.emf.ecp.diffmerge.swt |
|---|
| Methods in org.eclipse.emf.ecp.diffmerge.swt with parameters of type DiffMergeModelContext | |
|---|---|
static void |
DiffDialogHelper.showDialog(DiffMergeModelContext diffModelContext,
int diffIndex)
This opens a dialog displaying the differences of the elements of the DiffMergeModelContext based on the
index of the difference. |
static void |
DiffDialogHelper.showDialog(DiffMergeModelContext diffModelContext,
VControl vControl,
String featureLabel)
Opens a dialog displaying the differences of the elements of the DiffMergeModelContext based on the
provided VControl. |
| Constructors in org.eclipse.emf.ecp.diffmerge.swt with parameters of type DiffMergeModelContext | |
|---|---|
DiffDialog(DiffMergeModelContext viewModelContext,
String diffAttribute,
VControl left,
VControl right,
VControl main)
Constructor for the diff dialog. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||