Uses of Class
com.teamdev.jxbrowser.ui.event.KeyTyped.Builder
Packages that use KeyTyped.Builder
-
Uses of KeyTyped.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return KeyTyped.BuilderModifier and TypeMethodDescriptionKeyTyped.Builder.keyChar
(char keyChar) Sets the key character corresponding to the typed key.KeyTyped.Builder.keyLocation
(KeyLocation keyLocation) Sets the location of the key on the keyboard.KeyTyped.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.static KeyTyped.Builder
KeyTyped.newBuilder
(KeyCode keyCode) Creates a newKeyTyped
builder with the given required parameters.