Uses of Enum Class
com.teamdev.jxbrowser.ui.KeyCode
Packages that use 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
Fields in com.teamdev.jxbrowser.ui declared as KeyCodeModifier 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
Methods in com.teamdev.jxbrowser.ui that return KeyCodeModifier 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.Methods in com.teamdev.jxbrowser.ui that return types with arguments of type KeyCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<KeyCode>
KeyCode.internalGetValueMap()
-
Uses of KeyCode in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return KeyCodeModifier and TypeMethodDescriptionKeyEvent.keyCode()
Returns the code of the key.default KeyCode
KeyPressed.keyCode()
default KeyCode
KeyReleased.keyCode()
default KeyCode
KeyTyped.keyCode()
Methods in com.teamdev.jxbrowser.ui.event with parameters of type KeyCodeModifier 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.