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 | Field and Description |
---|---|
static KeyCode |
KeyCode.KEY_CODE_APPS |
static KeyCode |
KeyCode.KEY_CODE_HANGUEL |
static KeyCode |
KeyCode.KEY_CODE_HANGUL |
static KeyCode |
KeyCode.KEY_CODE_KANJI |
static KeyCode |
KeyCode.KEY_CODE_LCMD |
Modifier and Type | Method and Description |
---|---|
static KeyCode |
KeyCode.forNumber(int value) |
static KeyCode |
KeyCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KeyCode |
KeyCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KeyCode |
KeyCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyCode[] |
KeyCode.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<KeyCode> |
KeyCode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
KeyCode |
KeyEvent.keyCode()
Returns the code of the key.
|
default KeyCode |
KeyPressed.keyCode() |
default KeyCode |
KeyTyped.keyCode() |
default KeyCode |
KeyReleased.keyCode() |
Modifier and Type | Method and Description |
---|---|
static KeyPressed.Builder |
KeyPressed.newBuilder(KeyCode keyCode)
Creates a new
KeyPressed builder with the given required parameters. |
static KeyTyped.Builder |
KeyTyped.newBuilder(KeyCode keyCode)
Creates a new
KeyTyped builder with the given required parameters. |
static KeyReleased.Builder |
KeyReleased.newBuilder(KeyCode keyCode)
Creates a new
KeyReleased builder with the given required parameters. |