Uses of Enum Class
org.csstudio.opibuilder.runmode.RunModeService.DisplayMode
Packages that use RunModeService.DisplayMode
-
Uses of RunModeService.DisplayMode in org.csstudio.opibuilder.runmode
Methods in org.csstudio.opibuilder.runmode that return RunModeService.DisplayModeModifier and TypeMethodDescriptionstatic RunModeService.DisplayMode
Returns the enum constant of this class with the specified name.static RunModeService.DisplayMode[]
RunModeService.DisplayMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.csstudio.opibuilder.runmode with parameters of type RunModeService.DisplayModeModifier and TypeMethodDescriptionstatic void
RunModeService.openDisplay
(IPath path, Optional<MacrosInput> macros, RunModeService.DisplayMode mode, Optional<IOPIRuntime> runtime) Open a display in runtimestatic void
RunModeService.openDisplayInView
(IWorkbenchPage page, RunnerInput input, RunModeService.DisplayMode mode) Display a view on a specific workbench page -
Uses of RunModeService.DisplayMode in org.csstudio.opibuilder.widgetActions
Methods in org.csstudio.opibuilder.widgetActions that return RunModeService.DisplayModeModifier and TypeMethodDescriptionprotected RunModeService.DisplayMode
OpenDisplayAction.getDisplayMode()