public class EMFFormsContextProviderImpl extends Object implements EMFFormsContextProvider
EMFFormsContextProvider
.Constructor and Description |
---|
EMFFormsContextProviderImpl() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose.
|
org.eclipse.e4.core.contexts.IEclipseContext |
getContext()
Returns the
IEclipseContext . |
int |
getPriority()
Returns the priority for this view service.
|
void |
instantiate(ViewModelContext context)
Instantiate the view service.
|
void |
setContext(org.eclipse.e4.core.contexts.IEclipseContext eclipseContext)
Sets the
IEclipseContext . |
public void instantiate(ViewModelContext context)
ViewModelService
instantiate
in interface ViewModelService
context
- the ViewModelContext
public void dispose()
ViewModelService
dispose
in interface ViewModelService
public int getPriority()
ViewModelService
getPriority
in interface ViewModelService
public org.eclipse.e4.core.contexts.IEclipseContext getContext()
EMFFormsContextProvider
IEclipseContext
.getContext
in interface EMFFormsContextProvider
IEclipseContext
public void setContext(org.eclipse.e4.core.contexts.IEclipseContext eclipseContext)
EMFFormsContextProvider
IEclipseContext
.setContext
in interface EMFFormsContextProvider
eclipseContext
- The IEclipseContext
Copyright © 2019. All rights reserved.