org.eclipse.emfforms.spi.swt.core.di
Interface EMFFormsContextProvider

All Superinterfaces:
ViewModelService
All Known Implementing Classes:
EMFFormsContextProviderImpl

public interface EMFFormsContextProvider
extends ViewModelService

A EMFFormsContextProvider is a ViewModelService that provides and IEclipseContext.

Author:
Lucas Koehler

Method Summary
 org.eclipse.e4.core.contexts.IEclipseContext getContext()
          Returns the IEclipseContext.
 void setContext(org.eclipse.e4.core.contexts.IEclipseContext eclipseContext)
          Sets the IEclipseContext.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.context.ViewModelService
dispose, getPriority, instantiate
 

Method Detail

getContext

org.eclipse.e4.core.contexts.IEclipseContext getContext()
Returns the IEclipseContext.

Returns:
The IEclipseContext

setContext

void setContext(org.eclipse.e4.core.contexts.IEclipseContext eclipseContext)
Sets the IEclipseContext.

Parameters:
eclipseContext - The IEclipseContext


Copyright © 2015. All Rights Reserved.