Interface IAefEditor<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
      Collection<org.eclipse.emf.ecore.EStructuralFeature> getPartFeatures()
      Returns the collection of the editor part features.
      void setDefaultFeature​(org.eclipse.emf.ecore.EStructuralFeature feature)
      Sets the default feature of the editor.
      • 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.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 editor. Initial focus will be set to the corresponding field.
        Parameters:
        feature - feature to set, cannot be null
      • getPartFeatures

        Collection<org.eclipse.emf.ecore.EStructuralFeature> getPartFeatures()
        Returns the collection of the editor part features.
        Returns:
        the collection of features, never null