Interface IApplicationEditorInput
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,org.eclipse.ui.IEditorInput
public interface IApplicationEditorInput extends org.eclipse.ui.IEditorInputThe editor input for theIApplicationEditors.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationgetApplication()Returns the application.
-
-
-
Method Detail
-
getApplication
IApplication getApplication()
Returns the application.- Returns:
- the application, never
null.
-
-