Uses of Enum Class
com.teamdev.jxbrowser.ui.KeyCode
Package
Description
The utility classes for the user interface (UI) related functionality.
The user interface events.
-
Uses of KeyCode in com.teamdev.jxbrowser.ui
Modifier and TypeFieldDescriptionstatic final KeyCode
KeyCode.KEY_CODE_APPS
static final KeyCode
KeyCode.KEY_CODE_HANGUEL
static final KeyCode
KeyCode.KEY_CODE_HANGUL
static final KeyCode
KeyCode.KEY_CODE_KANJI
static final KeyCode
KeyCode.KEY_CODE_LCMD
Modifier and TypeMethodDescriptionstatic KeyCode
KeyCode.forNumber
(int value) static KeyCode
KeyCode.valueOf
(int value) Deprecated.static KeyCode
KeyCode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static KeyCode
Returns the enum constant of this class with the specified name.static KeyCode[]
KeyCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<KeyCode>
KeyCode.internalGetValueMap()
-
Uses of KeyCode in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionKeyEvent.keyCode()
Returns the code of the key.default KeyCode
KeyPressed.keyCode()
default KeyCode
KeyReleased.keyCode()
default KeyCode
KeyTyped.keyCode()
Modifier and TypeMethodDescriptionstatic KeyPressed.Builder
KeyPressed.newBuilder
(KeyCode keyCode) Creates a newKeyPressed
builder with the given required parameters.static KeyReleased.Builder
KeyReleased.newBuilder
(KeyCode keyCode) Creates a newKeyReleased
builder with the given required parameters.static KeyTyped.Builder
KeyTyped.newBuilder
(KeyCode keyCode) Creates a newKeyTyped
builder with the given required parameters.