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 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 with parameters of type DisplayModeModifier and TypeMethodDescriptionvoidBrowserSettings.displayMode(DisplayMode displayMode) Overrides thedisplay-modeCSS media feature for the browser with the given one.