Interface IApplicationEditor
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorPart
,org.eclipse.ui.ISaveablePart
,org.eclipse.ui.IWorkbenchPart
- All Known Implementing Classes:
ApplicationEditor
public interface IApplicationEditor
extends org.eclipse.ui.IEditorPart
The interface for
IApplication
object editors.- Since:
- 1.0.0
-
Field Summary
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
Method Summary
Modifier and TypeMethodDescriptionReturns the editing context.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ui.IEditorPart
getEditorSite, init
Methods inherited from interface org.eclipse.ui.ISaveablePart
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
-
Method Details
-
getEditorInput
IApplicationEditorInput getEditorInput()- Specified by:
getEditorInput
in interfaceorg.eclipse.ui.IEditorPart
-
getEditingContext
IApplicationEditingContext getEditingContext()Returns the editing context.- Returns:
- the editing context or
null
if the editor is not initialized or it is already disposed. - See Also:
-