Uses of Class
com.teamdev.jxbrowser.ui.event.KeyReleased.Builder
Packages that use KeyReleased.Builder
-
Uses of KeyReleased.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return KeyReleased.BuilderModifier and TypeMethodDescriptionKeyReleased.Builder.keyLocation
(KeyLocation keyLocation) Sets the location of the key on the keyboard.KeyReleased.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.static KeyReleased.Builder
KeyReleased.newBuilder
(KeyCode keyCode) Creates a newKeyReleased
builder with the given required parameters.