org.eclipse.emf.ecp.editor.e3
Class AbstractMEEditorPage
java.lang.Object
org.eclipse.emf.ecp.editor.e3.AbstractMEEditorPage
public abstract class AbstractMEEditorPage
- extends Object
An abstract class for the MEEditorPages.
- Author:
- Eugen Neufeld
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. |
AbstractMEEditorPage
public AbstractMEEditorPage()
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 tomodelElementContext
- the ECPEditorContext
- Returns:
- the
FormPage
Copyright © 2014. All Rights Reserved.