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)
instantiate
in interface ViewModelService
context
- the ViewModelContext
ViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)
public void dispose()
dispose
in interface ViewModelService
ViewModelService.dispose()
public int getPriority()
getPriority
in interface ViewModelService
ViewModelService.getPriority()
public org.eclipse.e4.core.contexts.IEclipseContext getContext()
IEclipseContext
.getContext
in interface EMFFormsContextProvider
IEclipseContext
EMFFormsContextProvider.getContext()
public void setContext(org.eclipse.e4.core.contexts.IEclipseContext eclipseContext)
IEclipseContext
.setContext
in interface EMFFormsContextProvider
eclipseContext
- The IEclipseContext
EMFFormsContextProvider.setContext(org.eclipse.e4.core.contexts.IEclipseContext)
Copyright © 2018. All rights reserved.