org.eclipse.emf.ecp.editor.e3
Class AbstractMEEditorPage

java.lang.Object
  extended by org.eclipse.emf.ecp.editor.e3.AbstractMEEditorPage

public abstract class AbstractMEEditorPage
extends Object

An abstract class for the MEEditorPages.

Author:
Eugen Neufeld

Constructor Summary
AbstractMEEditorPage()
           
 
Method Summary
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
equals, 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


Copyright © 2014. All Rights Reserved.