Class GenModelEditor

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.emf.edit.domain.IEditingDomainProvider, org.eclipse.ui.ide.IGotoMarker, org.eclipse.ui.IEditorPart, org.eclipse.ui.ISaveablePart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation

    public class GenModelEditor
    extends GenericEditor
    The Genmodel Editor.
    Author:
    Clemens Elflein, Johannes Faltermeier
    • Constructor Detail

      • GenModelEditor

        public GenModelEditor()
    • Method Detail

      • getEditorTitle

        public java.lang.String getEditorTitle()
        Description copied from class: GenericEditor
        Returns the title for the currently displayed editor. Subclasses should override this function to change the Editor's title
        Overrides:
        getEditorTitle in class GenericEditor
        Returns:
        the title
      • modifyEditorInput

        protected java.lang.Object modifyEditorInput​(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
        Description copied from class: GenericEditor
        Allows to modify the input object for the editor.
        Overrides:
        modifyEditorInput in class GenericEditor
        Parameters:
        resourceSet - the resourceSet which is the default editor input
        Returns:
        the object to set as the input