Uses of Enum Class
com.teamdev.jxbrowser.ui.KeyLocation
Package
Description
The utility classes for the user interface (UI) related functionality.
The user interface events.
-
Uses of KeyLocation in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionstatic KeyLocation
KeyLocation.forNumber
(int value) static KeyLocation
KeyLocation.valueOf
(int value) Deprecated.static KeyLocation
KeyLocation.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static KeyLocation
Returns the enum constant of this class with the specified name.static KeyLocation[]
KeyLocation.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<KeyLocation>
KeyLocation.internalGetValueMap()
-
Uses of KeyLocation in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionKeyEvent.keyLocation()
Returns the location of the key on the keyboard.default KeyLocation
KeyPressed.keyLocation()
default KeyLocation
KeyReleased.keyLocation()
default KeyLocation
KeyTyped.keyLocation()
Modifier and TypeMethodDescriptionKeyPressed.Builder.keyLocation
(KeyLocation keyLocation) Sets the location of the key on the keyboard.KeyReleased.Builder.keyLocation
(KeyLocation keyLocation) Sets the location of the key on the keyboard.KeyTyped.Builder.keyLocation
(KeyLocation keyLocation) Sets the location of the key on the keyboard.