Uses of Enum Class
com.teamdev.jxbrowser.browser.PreferredColorScheme
Packages that use PreferredColorScheme
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of PreferredColorScheme in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return PreferredColorSchemeModifier 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.Methods in com.teamdev.jxbrowser.browser that return types with arguments of type PreferredColorSchemeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PreferredColorScheme>
PreferredColorScheme.internalGetValueMap()