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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationgetApplication()Returns the application.
 
- 
- 
- 
Method Detail- 
getApplicationIApplication getApplication() Returns the application.- Returns:
- the application, never null.
 
 
- 
 
-