Uses of Class
org.csstudio.opibuilder.util.MacrosInput
Package
Description
-
Uses of MacrosInput in org.csstudio.opibuilder.model
-
Uses of MacrosInput in org.csstudio.opibuilder.persistence
Modifier and TypeMethodDescriptionstatic void
XMLUtil.fillDisplayModelFromInputStream
(InputStream inputStream, DisplayModel displayModel, Display display, MacrosInput macrosInput_) Fill the DisplayModel from an OPI file inputstream -
Uses of MacrosInput in org.csstudio.opibuilder.properties
Modifier and TypeMethodDescriptionMacrosProperty.checkValue
(Object value) MacrosProperty.getPropertyValue()
MacrosProperty.readValueFromXML
(org.jdom2.Element propElement) ModifierConstructorDescriptionMacrosProperty
(String prop_id, String description, WidgetPropertyCategory category, MacrosInput default_macros) Macros Property Constructor. -
Uses of MacrosInput in org.csstudio.opibuilder.runmode
Modifier and TypeMethodDescriptionIRunnerInput.getMacrosInput()
OPIShell.getMacrosInput()
RunnerInput.getMacrosInput()
Modifier and TypeMethodDescriptionstatic void
OPIShell.openOPIShell
(IPath path, MacrosInput macrosInput) This is the only way to create an OPIShell.Modifier and TypeMethodDescriptionstatic void
RunModeService.openDisplay
(IPath path, Optional<MacrosInput> macros, RunModeService.DisplayMode mode, Optional<IOPIRuntime> runtime) Open a display in runtimeModifierConstructorDescriptionRunnerInput
(IPath path, DisplayOpenManager displayOpenManager, MacrosInput macrosInput) -
Uses of MacrosInput in org.csstudio.opibuilder.util
Modifier and TypeMethodDescriptionMacrosInput.getCopy()
static MacrosInput
MacrosInput.recoverFromString
(String s) Parse MacrosInput from persistence string. -
Uses of MacrosInput in org.csstudio.opibuilder.visualparts
ModifierConstructorDescriptionprotected
MacrosInputDialog
(Shell parentShell, MacrosInput macrosInput, String dialogTitle) -
Uses of MacrosInput in org.csstudio.opibuilder.widgetActions
-
Uses of MacrosInput in org.yamcs.studio.script
Modifier and TypeMethodDescriptionstatic final MacrosInput
DataUtil.createMacrosInput
(boolean include_parent_macros) Create a MacrosInput, which can be used as the macros input for a container widget or display.Modifier and TypeMethodDescriptionstatic void
ScriptUtil.openOPI
(AbstractBaseEditPart widget, String opiPath, int target, MacrosInput macrosInput) Open an OPI.