Interface IApplicationEditor
- 
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable,- org.eclipse.ui.IEditorPart,- org.eclipse.ui.ISaveablePart,- org.eclipse.ui.IWorkbenchPart
 
 public interface IApplicationEditor extends org.eclipse.ui.IEditorPartThe interface forIApplicationobject editors.- Since:
- 1.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationEditingContextgetEditingContext()Returns the editing context.IApplicationEditorInputgetEditorInput()
 
- 
- 
- 
Method Detail- 
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:
- IApplicationEditingContext
 
 
- 
 
-