Interface EclipseContextViewService

    • Method Detail

      • putContext

        void putContext​(VElement element,
                        org.eclipse.e4.core.contexts.IEclipseContext context)
        Sets the context for the VElement.
        Parameters:
        element - the element associated with the context
        context - the IEclipseContext.
      • getContext

        org.eclipse.e4.core.contexts.IEclipseContext getContext​(VElement element)
        Returns the context associated with the given VElement.
        Parameters:
        element - the element for which the IEclipseContext is to be returned.
        Returns:
        the IEclipseContext