|
|||||||||
| 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 MEEditorid - the FormPage.idtitle - the titleecpEditorContext - the ECPEditorContextmodelElement - the modelElement
public MEEditorPage(MEEditor editor,
String id,
String title,
ECPEditorContext modelElementContext,
org.eclipse.emf.ecore.EObject modelElement,
org.eclipse.emf.ecore.EStructuralFeature problemFeature)
editor - the MEEditorid - the FormPage.idtitle - the titlemodelElementContext - the ECPEditorContextmodelElement - the modelElementproblemFeature - the problemFeature| Method Detail |
|---|
public void updateSectionTitle()
public void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.forms.editor.FormPagepublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.forms.editor.FormPage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||