|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.forms.editor.FormPage
org.eclipse.emf.ecp.editor.internal.e3.MEEditorPage
public class MEEditorPage
The editor page for the MEEditor
.
Field Summary |
---|
Fields inherited from interface org.eclipse.ui.IEditorPart |
---|
PROP_DIRTY, PROP_INPUT |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
MEEditorPage(MEEditor editor,
String id,
String title,
ECPEditorContext ecpEditorContext,
org.eclipse.emf.ecore.EObject modelElement)
Default constructor. |
|
MEEditorPage(MEEditor editor,
String id,
String title,
ECPEditorContext modelElementContext,
org.eclipse.emf.ecore.EObject modelElement,
org.eclipse.emf.ecore.EStructuralFeature problemFeature)
Default constructor. |
Method Summary | |
---|---|
void |
dispose()
|
void |
setFocus()
This method is added to solve the focus bug of navigator. |
void |
updateSectionTitle()
Updates the name of the section. |
Methods inherited from class org.eclipse.ui.forms.editor.FormPage |
---|
canLeaveThePage, createPartControl, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setIndex |
Methods inherited from class org.eclipse.ui.part.EditorPart |
---|
getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IEditorPart |
---|
getEditorInput, getEditorSite |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.ui.ISaveablePart |
---|
isSaveOnCloseNeeded |
Constructor Detail |
---|
public MEEditorPage(MEEditor editor, String id, String title, ECPEditorContext ecpEditorContext, org.eclipse.emf.ecore.EObject modelElement)
editor
- the MEEditor
id
- the FormPage.id
title
- the titleecpEditorContext
- the ECPEditorContext
modelElement
- the modelElementpublic MEEditorPage(MEEditor editor, String id, String title, ECPEditorContext modelElementContext, org.eclipse.emf.ecore.EObject modelElement, org.eclipse.emf.ecore.EStructuralFeature problemFeature)
editor
- the MEEditor
id
- the FormPage.id
title
- the titlemodelElementContext
- the ECPEditorContext
modelElement
- the modelElementproblemFeature
- the problemFeatureMethod Detail |
---|
public void updateSectionTitle()
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.forms.editor.FormPage
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.forms.editor.FormPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |