Uses of Enum Class
com.teamdev.jxbrowser.browser.DisplayMode
Packages that use DisplayMode
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of DisplayMode in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return DisplayModeModifier and TypeMethodDescriptionBrowserSettings.displayMode()Returns thedisplay-modeCSS media feature for the browser.static DisplayModeDisplayMode.forNumber(int value) static DisplayModeDisplayMode.valueOf(int value) Deprecated.static DisplayModeDisplayMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DisplayModeReturns 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.Methods in com.teamdev.jxbrowser.browser that return types with arguments of type DisplayModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DisplayMode>DisplayMode.internalGetValueMap()Methods in com.teamdev.jxbrowser.browser with parameters of type DisplayModeModifier and TypeMethodDescriptionvoidBrowserSettings.displayMode(DisplayMode displayMode) Overrides thedisplay-modeCSS media feature for the browser with the given one.