| Package | Description |
|---|---|
| com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static TouchType |
TouchType.forNumber(int value) |
static TouchType |
TouchType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TouchType |
TouchType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TouchType |
TouchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TouchType[] |
TouchType.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<TouchType> |
TouchType.internalGetValueMap() |