public interface ReferenceService extends ViewModelService
Modifier and Type | Method and Description |
---|---|
void |
addExistingModelElements(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EReference eReference)
Adds existing model elements to the
EReference . |
void |
addNewModelElements(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EReference eReference)
Adds new model elements to the
EReference . |
void |
openInNewContext(org.eclipse.emf.ecore.EObject eObject)
Opens an
EObject in a new context. |
dispose, getPriority, instantiate
void addNewModelElements(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference eReference)
EReference
.
The implementation is responsible for providing a selection meachsims, e.g. a dialog.eObject
- the EObject
to addeReference
- the EReference
to add the EObject
tovoid addExistingModelElements(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EReference eReference)
EReference
.
The implementation is responsible for providing a selection meachsims, e.g. a dialog.eObject
- the EObject
to addeReference
- the EReference
to add the EObject
tovoid openInNewContext(org.eclipse.emf.ecore.EObject eObject)
EObject
in a new context.eObject
- the EObject
to open in a new contextCopyright © 2016. All rights reserved.