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 SummaryFields inherited from interface org.eclipse.ui.IEditorPartPROP_DIRTY, PROP_INPUTFields inherited from interface org.eclipse.ui.IWorkbenchPartPROP_TITLE
- 
Method SummaryModifier and TypeMethodDescriptionReturns the editing context.Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface org.eclipse.ui.IEditorPartgetEditorSite, initMethods inherited from interface org.eclipse.ui.ISaveablePartdoSave, doSaveAs, isDirty, isSaveAsAllowed, isSaveOnCloseNeededMethods inherited from interface org.eclipse.ui.IWorkbenchPartaddPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
- 
Method Details- 
getEditorInputIApplicationEditorInput getEditorInput()- Specified by:
- getEditorInputin interface- org.eclipse.ui.IEditorPart
 
- 
getEditingContextIApplicationEditingContext getEditingContext()Returns the editing context.- Returns:
- the editing context or nullif the editor is not initialized or it is already disposed.
- See Also:
 
 
-