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 KeyCodeKeyCode.KEY_CODE_APPSstatic final KeyCodeKeyCode.KEY_CODE_HANGUELstatic final KeyCodeKeyCode.KEY_CODE_HANGULstatic final KeyCodeKeyCode.KEY_CODE_KANJIstatic final KeyCodeKeyCode.KEY_CODE_LCMDMethods in com.teamdev.jxbrowser.ui that return KeyCodeModifier and TypeMethodDescriptionstatic KeyCodeKeyCode.forNumber(int value) static KeyCodeKeyCode.valueOf(int value) Deprecated.static KeyCodeKeyCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static KeyCodeReturns 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 KeyCodeKeyPressed.keyCode()default KeyCodeKeyReleased.keyCode()default KeyCodeKeyTyped.keyCode()Methods in com.teamdev.jxbrowser.ui.event with parameters of type KeyCodeModifier and TypeMethodDescriptionstatic KeyPressed.BuilderKeyPressed.newBuilder(KeyCode keyCode) Creates a newKeyPressedbuilder with the given required parameters.static KeyReleased.BuilderKeyReleased.newBuilder(KeyCode keyCode) Creates a newKeyReleasedbuilder with the given required parameters.static KeyTyped.BuilderKeyTyped.newBuilder(KeyCode keyCode) Creates a newKeyTypedbuilder with the given required parameters.