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
Methods in com.teamdev.jxbrowser.ui that return KeyCodeModifier and TypeMethodDescriptionstatic KeyCodeKeyCode.forNumber(int value) Creates aKeyCodecorresponding to the given numeric value.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. -
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.