Uses of Enum Class
com.teamdev.jxbrowser.ui.KeyLocation
Packages that use 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
Methods in com.teamdev.jxbrowser.ui that return KeyLocationModifier 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.Methods in com.teamdev.jxbrowser.ui that return types with arguments of type KeyLocationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<KeyLocation>
KeyLocation.internalGetValueMap()
-
Uses of KeyLocation in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return KeyLocationModifier and TypeMethodDescriptionKeyEvent.keyLocation()
Returns the location of the key on the keyboard.default KeyLocation
KeyPressed.keyLocation()
default KeyLocation
KeyReleased.keyLocation()
default KeyLocation
KeyTyped.keyLocation()
Methods in com.teamdev.jxbrowser.ui.event with parameters of type KeyLocationModifier 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.