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_INPUTFields 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
getAdapterMethods inherited from interface org.eclipse.ui.IEditorPart
getEditorSite, initMethods inherited from interface org.eclipse.ui.ISaveablePart
doSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeededMethods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
-
Method Details
-
getEditorInput
IApplicationEditorInput getEditorInput()- Specified by:
getEditorInputin interfaceorg.eclipse.ui.IEditorPart
-
getEditingContext
IApplicationEditingContext getEditingContext()Returns the editing context.- Returns:
- the editing context or
nullif the editor is not initialized or it is already disposed. - See Also:
-