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.IEditorPart
The interface forIApplication
object editors.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationEditingContext
getEditingContext()
Returns the editing context.IApplicationEditorInput
getEditorInput()
-
-
-
Method Detail
-
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:
IApplicationEditingContext
-
-