Package org.csstudio.opibuilder.runmode
Enum Class RunModeService.DisplayMode
java.lang.Object
java.lang.Enum<RunModeService.DisplayMode>
org.csstudio.opibuilder.runmode.RunModeService.DisplayMode
- All Implemented Interfaces:
Serializable
,Comparable<RunModeService.DisplayMode>
,Constable
- Enclosing class:
- RunModeService
How/where a new display is presented
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionNew standalone ShellNew view part within existing workbench.. detached.. in desired location, if possibleNew view part in new workbench windowReplace current view or shell with new display content -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
static RunModeService.DisplayMode
Returns the enum constant of this class with the specified name.static RunModeService.DisplayMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REPLACE
Replace current view or shell with new display content -
NEW_TAB
New view part within existing workbench -
NEW_TAB_LEFT
.. in desired location, if possible -
NEW_TAB_RIGHT
-
NEW_TAB_TOP
-
NEW_TAB_BOTTOM
-
NEW_TAB_DETACHED
.. detached -
NEW_WINDOW
New view part in new workbench window -
NEW_SHELL
New standalone Shell
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
stringValues
-