Interface IDtGranularEditorEmbeddedEditorPage<M extends org.eclipse.emf.ecore.EObject>

    • Field Summary

      • Fields inherited from interface org.eclipse.ui.IEditorPart

        PROP_DIRTY, PROP_INPUT
      • Fields inherited from interface org.eclipse.ui.IWorkbenchPart

        PROP_TITLE
    • Method Detail

      • createEmbeddedEditorInput

        org.eclipse.ui.IEditorInput createEmbeddedEditorInput()
        Returns:
        input for embedded editor.
      • createEmbeddedEditor

        org.eclipse.ui.IEditorPart createEmbeddedEditor()
        Returns:
        embedded editor's IEditorInput.
      • getEmbeddedEditor

        org.eclipse.ui.IEditorPart getEmbeddedEditor()
        Returns:
        embedded editor instance or null if no editor associated yet.
      • activateContexts

        void activateContexts​(org.eclipse.ui.contexts.IContextService contextService)
        Activates embedded editor specific contexts.
        Parameters:
        contextService - context service to activate contexts using it.
      • getEmbeddedEditorContributorClass

        Class<? extends org.eclipse.ui.IEditorActionBarContributor> getEmbeddedEditorContributorClass()
        Returns:
        IEditorActionBarContributor class associated with the embedded editor, if any, or null.