Package org.csstudio.opibuilder.runmode
Interface IRunnerInput
- All Superinterfaces:
IAdaptable
,IEditorInput
,IPathEditorInput
,IPersistable
,IPersistableElement
- All Known Implementing Classes:
RunnerInput
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDisplayOpenManager
(DisplayOpenManager displayOpenManager) Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
Methods inherited from interface org.eclipse.ui.IPathEditorInput
getPath
Methods inherited from interface org.eclipse.ui.IPersistable
saveState
Methods inherited from interface org.eclipse.ui.IPersistableElement
getFactoryId
-
Method Details
-
setDisplayOpenManager
- Parameters:
displayOpenManager
- the displayOpenManager to set
-
getDisplayOpenManager
DisplayOpenManager getDisplayOpenManager()- Returns:
- the displayOpenManager
-
getMacrosInput
MacrosInput getMacrosInput()- Returns:
- the macrosInput
-
getInputStream
- Throws:
Exception
-