Package | Description |
---|---|
com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Method and Description |
---|---|
static KeyLocation |
KeyLocation.forNumber(int value) |
static KeyLocation |
KeyLocation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KeyLocation |
KeyLocation.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KeyLocation |
KeyLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyLocation[] |
KeyLocation.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<KeyLocation> |
KeyLocation.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
KeyLocation |
KeyEvent.keyLocation()
Returns the location of the key on the keyboard.
|
default KeyLocation |
KeyPressed.keyLocation() |
default KeyLocation |
KeyTyped.keyLocation() |
default KeyLocation |
KeyReleased.keyLocation() |
Modifier and Type | Method and Description |
---|---|
KeyPressed.Builder |
KeyPressed.Builder.keyLocation(KeyLocation keyLocation)
Sets the location of the key on the keyboard.
|
KeyTyped.Builder |
KeyTyped.Builder.keyLocation(KeyLocation keyLocation)
Sets the location of the key on the keyboard.
|
KeyReleased.Builder |
KeyReleased.Builder.keyLocation(KeyLocation keyLocation)
Sets the location of the key on the keyboard.
|