| Modifier and Type | Method and Description |
|---|---|
static VView |
getView(org.eclipse.emf.ecore.EObject eObject,
VViewModelProperties properties)
This allows to retrieve a
VView based on an EObject. |
public static VView getView(org.eclipse.emf.ecore.EObject eObject, VViewModelProperties properties)
VView based on an EObject. This method reads all IViewProviders and searches for the best fitting. If none can be found, then null is returned.eObject - the EObject to find a VView forproperties - the properties. May be nullEObject or null if no suited provider could be foundCopyright © 2018. All rights reserved.