public class MEEditorPage
extends org.eclipse.ui.forms.editor.FormPage
MEEditor.| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createFormContent(org.eclipse.ui.forms.IManagedForm managedForm) |
void |
dispose() |
void |
setFocus()
This method is added to solve the focus bug of navigator.
|
void |
updateSectionTitle()
Updates the name of the section.
|
canLeaveThePage, createPartControl, doSave, doSaveAs, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, init, initialize, isActive, isDirty, isEditor, isSaveAsAllowed, selectReveal, setActive, setIndexcheckSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartNameaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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 modelElementpublic 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 problemFeatureprotected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
createFormContent in class org.eclipse.ui.forms.editor.FormPagepublic 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.FormPageCopyright © 2020. All rights reserved.