Interface IDtGranularEditorPage<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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void activate()
      Performs necessary actions when this page is activated (i.
      void deactivate()
      Performs necessary actions when this page is deactivated (i.
      void setDefaultFeature​(org.eclipse.emf.ecore.EStructuralFeature feature)
      Sets the default feature of the page.
      • Methods inherited from interface org.eclipse.core.runtime.IAdaptable

        getAdapter
      • Methods inherited from interface org.eclipse.ui.IEditorPart

        getEditorSite, init
      • Methods inherited from interface org.eclipse.ui.forms.editor.IFormPage

        canLeaveThePage, getEditor, getId, getIndex, getManagedForm, getPartControl, initialize, isActive, isEditor, selectReveal, setActive, setIndex
      • Methods inherited from interface org.eclipse.ui.ISaveablePart

        doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
      • Methods inherited from interface org.eclipse.ui.IShowEditorInput

        showEditorInput
      • Methods inherited from interface org.eclipse.ui.part.IShowInSource

        getShowInContext
      • Methods inherited from interface org.eclipse.ui.IWorkbenchPart

        addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
    • Method Detail

      • setDefaultFeature

        void setDefaultFeature​(org.eclipse.emf.ecore.EStructuralFeature feature)
        Sets the default feature of the page. Initial focus will be set to the corresponding field.
        Parameters:
        feature - feature to set.
      • activate

        void activate()
        Performs necessary actions when this page is activated (i. e. becomes visible and active).
      • deactivate

        void deactivate()
        Performs necessary actions when this page is deactivated (i. e. ceases to be visible and active).