Uses of Class
org.csstudio.opibuilder.util.MacrosInput
Packages that use MacrosInput
Package
Description
-
Uses of MacrosInput in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return MacrosInput -
Uses of MacrosInput in org.csstudio.opibuilder.persistence
Methods in org.csstudio.opibuilder.persistence with parameters of type MacrosInputModifier 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
Methods in org.csstudio.opibuilder.properties that return MacrosInputModifier and TypeMethodDescriptionMacrosProperty.checkValue
(Object value) MacrosProperty.getPropertyValue()
MacrosProperty.readValueFromXML
(org.jdom2.Element propElement) Constructors in org.csstudio.opibuilder.properties with parameters of type MacrosInputModifierConstructorDescriptionMacrosProperty
(String prop_id, String description, WidgetPropertyCategory category, MacrosInput default_macros) Macros Property Constructor. -
Uses of MacrosInput in org.csstudio.opibuilder.runmode
Methods in org.csstudio.opibuilder.runmode that return MacrosInputModifier and TypeMethodDescriptionIRunnerInput.getMacrosInput()
OPIShell.getMacrosInput()
RunnerInput.getMacrosInput()
Methods in org.csstudio.opibuilder.runmode with parameters of type MacrosInputModifier and TypeMethodDescriptionstatic void
OPIShell.openOPIShell
(IPath path, MacrosInput macrosInput) This is the only way to create an OPIShell.Method parameters in org.csstudio.opibuilder.runmode with type arguments of type MacrosInputModifier and TypeMethodDescriptionstatic void
RunModeService.openDisplay
(IPath path, Optional<MacrosInput> macros, RunModeService.DisplayMode mode, Optional<IOPIRuntime> runtime) Open a display in runtimeConstructors in org.csstudio.opibuilder.runmode with parameters of type MacrosInputModifierConstructorDescriptionRunnerInput
(IPath path, DisplayOpenManager displayOpenManager, MacrosInput macrosInput) -
Uses of MacrosInput in org.csstudio.opibuilder.util
Methods in org.csstudio.opibuilder.util that return MacrosInputModifier and TypeMethodDescriptionMacrosInput.getCopy()
static MacrosInput
MacrosInput.recoverFromString
(String s) Parse MacrosInput from persistence string. -
Uses of MacrosInput in org.csstudio.opibuilder.visualparts
Methods in org.csstudio.opibuilder.visualparts that return MacrosInputConstructors in org.csstudio.opibuilder.visualparts with parameters of type MacrosInputModifierConstructorDescriptionprotected
MacrosInputDialog
(Shell parentShell, MacrosInput macrosInput, String dialogTitle) -
Uses of MacrosInput in org.csstudio.opibuilder.widgetActions
Methods in org.csstudio.opibuilder.widgetActions that return MacrosInput -
Uses of MacrosInput in org.yamcs.studio.script
Methods in org.yamcs.studio.script that return MacrosInputModifier 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.Methods in org.yamcs.studio.script with parameters of type MacrosInputModifier and TypeMethodDescriptionstatic void
ScriptUtil.openOPI
(AbstractBaseEditPart widget, String opiPath, int target, MacrosInput macrosInput) Open an OPI.