|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.spi.context.ViewModelContextFactory
public final class ViewModelContextFactory
This Factory can be used to instantiate ViewModelContexts
.
Field Summary | |
---|---|
static ViewModelContextFactory |
INSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
ViewModelContext |
createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject domainObject)
Instantiates a new view model context. |
ViewModelContext |
createViewModelContext(VElement view,
org.eclipse.emf.ecore.EObject domainObject,
ViewModelService... modelServices)
Instantiates a new view model context with specific services. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ViewModelContextFactory INSTANCE
Method Detail |
---|
public ViewModelContext createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject domainObject)
view
- the viewdomainObject
- the domain object
ViewModelContext
public ViewModelContext createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject domainObject, ViewModelService... modelServices)
view
- the viewdomainObject
- the domain objectmodelServices
- an array of services to use in the ViewModelContext
ViewModelContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |