| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static BrowserMode |
BrowserMode.valueOf(int value) |
static BrowserMode |
BrowserMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrowserMode[] |
BrowserMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BrowserFeatures.enableBrowserMode(BrowserMode browserMode)
Configures browser compatibility mode to the passed browserMode.
|