Uses of Enum Class
com.teamdev.jxbrowser.browser.DisplayMode
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of DisplayMode in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionBrowserSettings.displayMode()
Returns thedisplay-mode
CSS media feature for the browser.static DisplayMode
DisplayMode.forNumber
(int value) static DisplayMode
DisplayMode.valueOf
(int value) Deprecated.static DisplayMode
DisplayMode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DisplayMode
Returns the enum constant of this class with the specified name.static DisplayMode[]
DisplayMode.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<DisplayMode>
DisplayMode.internalGetValueMap()
Modifier and TypeMethodDescriptionvoid
BrowserSettings.displayMode
(DisplayMode displayMode) Overrides thedisplay-mode
CSS media feature for the browser with the given one.