Interface IApplicationEditorInput
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.IEditorInput
- All Known Implementing Classes:
ApplicationEdtitorInput
public interface IApplicationEditorInput
extends org.eclipse.ui.IEditorInput
The editor input for the
IApplicationEditor
s.- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
-
Method Details
-
getApplication
IApplication getApplication()Returns the application.- Returns:
- the application, never
null
.
-