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
ConstructorDescriptionRunnerInput
(IPath path, DisplayOpenManager displayOpenManager) RunnerInput
(IPath path, DisplayOpenManager displayOpenManager, MacrosInput macrosInput) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
exists()
<T> T
getAdapter
(Class<T> adapter) getName()
getPath()
int
hashCode()
void
void
setDisplayOpenManager
(DisplayOpenManager displayOpenManager) toString()
-
Constructor Details
-
RunnerInput
-
RunnerInput
-
-
Method Details
-
setDisplayOpenManager
- Specified by:
setDisplayOpenManager
in interfaceIRunnerInput
- Parameters:
displayOpenManager
- the displayOpenManager to set
-
getDisplayOpenManager
- Specified by:
getDisplayOpenManager
in interfaceIRunnerInput
- Returns:
- the displayOpenManager
-
hashCode
public int hashCode() -
equals
-
getMacrosInput
- Specified by:
getMacrosInput
in interfaceIRunnerInput
- Returns:
- the macrosInput
-
saveState
- Specified by:
saveState
in interfaceIPersistable
-
getFactoryId
- Specified by:
getFactoryId
in interfaceIPersistableElement
-
getPath
- Specified by:
getPath
in interfaceIPathEditorInput
-
exists
public boolean exists()- Specified by:
exists
in interfaceIEditorInput
-
getImageDescriptor
- Specified by:
getImageDescriptor
in interfaceIEditorInput
-
getName
- Specified by:
getName
in interfaceIEditorInput
-
getPersistable
- Specified by:
getPersistable
in interfaceIEditorInput
-
getToolTipText
- Specified by:
getToolTipText
in interfaceIEditorInput
-
getInputStream
- Specified by:
getInputStream
in interfaceIRunnerInput
- Throws:
Exception
-
getAdapter
- Specified by:
getAdapter
in interfaceIAdaptable
-
toString
-