Uses of Enum Class
com.teamdev.jxbrowser.browser.PreferredColorScheme
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of PreferredColorScheme in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionstatic PreferredColorScheme
PreferredColorScheme.forNumber
(int value) static PreferredColorScheme
PreferredColorScheme.valueOf
(int value) Deprecated.static PreferredColorScheme
PreferredColorScheme.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PreferredColorScheme
Returns the enum constant of this class with the specified name.static PreferredColorScheme[]
PreferredColorScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PreferredColorScheme>
PreferredColorScheme.internalGetValueMap()