Uses of Class
com.teamdev.jxbrowser.ui.event.KeyTyped.Builder
-
Uses of KeyTyped.Builder in com.teamdev.jxbrowser.ui.event
Modifier 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.