Class AbstractMEEditorPage


  • public abstract class AbstractMEEditorPage
    extends java.lang.Object
    An abstract class for the MEEditorPages.
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract org.eclipse.ui.forms.editor.FormPage createPage​(org.eclipse.ui.forms.editor.FormEditor editor, ECPEditorContext modelElementContext)
      Create a page for the editor.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractMEEditorPage

        public AbstractMEEditorPage()
    • Method Detail

      • createPage

        public abstract org.eclipse.ui.forms.editor.FormPage createPage​(org.eclipse.ui.forms.editor.FormEditor editor,
                                                                        ECPEditorContext modelElementContext)
        Create a page for the editor.
        Parameters:
        editor - the editor to add the page to
        modelElementContext - the ECPEditorContext
        Returns:
        the FormPage