Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
Modifier and Type | Method and Description |
---|---|
static PreferredColorScheme |
PreferredColorScheme.forNumber(int value) |
static PreferredColorScheme |
PreferredColorScheme.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PreferredColorScheme |
PreferredColorScheme.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PreferredColorScheme |
PreferredColorScheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PreferredColorScheme[] |
PreferredColorScheme.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<PreferredColorScheme> |
PreferredColorScheme.internalGetValueMap() |