Uses of Enum Class
com._1c.g5.internal.properties.ui.Preferences.DisplayMode
Packages that use Preferences.DisplayMode
-
Uses of Preferences.DisplayMode in com._1c.g5.internal.properties.ui
Methods in com._1c.g5.internal.properties.ui that return Preferences.DisplayModeModifier and TypeMethodDescriptionstatic Preferences.DisplayMode
Preferences.DisplayMode.fromInt
(int value) DeserializesPreferences.DisplayMode
from its integer representation.static Preferences.DisplayMode
Preferences.getDisplayMode()
static Preferences.DisplayMode
Returns the enum constant of this class with the specified name.static Preferences.DisplayMode[]
Preferences.DisplayMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.internal.properties.ui with parameters of type Preferences.DisplayModeModifier and TypeMethodDescriptionstatic void
Preferences.setDisplayMode
(Preferences.DisplayMode displayMode) SetsPreferences.DisplayMode
preference to the desired value.void
ChangeDisplayModeAction.trackChange
(Preferences.DisplayMode newDisplayMode) Sets the underlying UI component to track a change in display mode