Package org.csstudio.opibuilder.runmode
Class RunnerInput
java.lang.Object
org.csstudio.opibuilder.runmode.RunnerInput
- All Implemented Interfaces:
IRunnerInput,IAdaptable,IEditorInput,IPathEditorInput,IPersistable,IPersistableElement
The editor input for OPI Runner.
-
Constructor Summary
ConstructorsConstructorDescriptionRunnerInput(IPath path, DisplayOpenManager displayOpenManager) RunnerInput(IPath path, DisplayOpenManager displayOpenManager, MacrosInput macrosInput) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanexists()<T> TgetAdapter(Class<T> adapter) getName()getPath()inthashCode()voidvoidsetDisplayOpenManager(DisplayOpenManager displayOpenManager) toString()
-
Constructor Details
-
RunnerInput
-
RunnerInput
-
-
Method Details
-
setDisplayOpenManager
- Specified by:
setDisplayOpenManagerin interfaceIRunnerInput- Parameters:
displayOpenManager- the displayOpenManager to set
-
getDisplayOpenManager
- Specified by:
getDisplayOpenManagerin interfaceIRunnerInput- Returns:
- the displayOpenManager
-
hashCode
public int hashCode() -
equals
-
getMacrosInput
- Specified by:
getMacrosInputin interfaceIRunnerInput- Returns:
- the macrosInput
-
saveState
- Specified by:
saveStatein interfaceIPersistable
-
getFactoryId
- Specified by:
getFactoryIdin interfaceIPersistableElement
-
getPath
- Specified by:
getPathin interfaceIPathEditorInput
-
exists
public boolean exists()- Specified by:
existsin interfaceIEditorInput
-
getImageDescriptor
- Specified by:
getImageDescriptorin interfaceIEditorInput
-
getName
- Specified by:
getNamein interfaceIEditorInput
-
getPersistable
- Specified by:
getPersistablein interfaceIEditorInput
-
getToolTipText
- Specified by:
getToolTipTextin interfaceIEditorInput
-
getInputStream
- Specified by:
getInputStreamin interfaceIRunnerInput- Throws:
Exception
-
getAdapter
- Specified by:
getAdapterin interfaceIAdaptable
-
toString
-