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