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 the IApplicationEditors.
    Since:
    1.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IApplication getApplication()
      Returns the application.
      • Methods inherited from interface org.eclipse.core.runtime.IAdaptable

        getAdapter
      • Methods inherited from interface org.eclipse.ui.IEditorInput

        exists, getImageDescriptor, getName, getPersistable, getToolTipText
    • Method Detail

      • getApplication

        IApplication getApplication()
        Returns the application.
        Returns:
        the application, never null.