Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
Modifier and Type | Method and Description |
---|---|
DisplayMode |
BrowserSettings.displayMode()
Returns the
display-mode CSS media feature for the browser. |
static DisplayMode |
DisplayMode.forNumber(int value) |
static DisplayMode |
DisplayMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DisplayMode |
DisplayMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DisplayMode |
DisplayMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayMode[] |
DisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<DisplayMode> |
DisplayMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
void |
BrowserSettings.displayMode(DisplayMode displayMode)
Overrides the
display-mode CSS media feature for the browser with the given one. |