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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationEditingContextgetEditingContext()Returns the editing context.IApplicationEditorInputgetEditorInput()
-
-
-
Method Detail
-
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:
IApplicationEditingContext
-
-