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 KeyLocationReturns 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. -
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 KeyLocationKeyPressed.keyLocation()default KeyLocationKeyReleased.keyLocation()default KeyLocationKeyTyped.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.