Interface IRunnerInput

All Superinterfaces:
IAdaptable, IEditorInput, IPathEditorInput, IPersistable, IPersistableElement
All Known Implementing Classes:
RunnerInput

public interface IRunnerInput extends IPathEditorInput, IPersistableElement
  • Method Details

    • setDisplayOpenManager

      void setDisplayOpenManager(DisplayOpenManager displayOpenManager)
      Parameters:
      displayOpenManager - the displayOpenManager to set
    • getDisplayOpenManager

      DisplayOpenManager getDisplayOpenManager()
      Returns:
      the displayOpenManager
    • getMacrosInput

      MacrosInput getMacrosInput()
      Returns:
      the macrosInput
    • getInputStream

      InputStream getInputStream() throws Exception
      Throws:
      Exception