Uses of Enum Class
org.csstudio.opibuilder.runmode.RunModeService.DisplayMode
-
Uses of RunModeService.DisplayMode in org.csstudio.opibuilder.runmode
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected RunModeService.DisplayMode
OpenDisplayAction.getDisplayMode()