Uses of Class
com.teamdev.jxbrowser.ui.event.KeyPressed.Builder
-
Uses of KeyPressed.Builder in com.teamdev.jxbrowser.ui.event
Modifier and TypeMethodDescriptionKeyPressed.Builder.keyChar
(char keyChar) Sets the key character corresponding to the pressed key.KeyPressed.Builder.keyLocation
(KeyLocation keyLocation) Sets the location of the key on the keyboard.KeyPressed.Builder.keyModifiers
(KeyModifiers keyModifiers) Sets the keyboard modifiers applied.static KeyPressed.Builder
KeyPressed.newBuilder
(KeyCode keyCode) Creates a newKeyPressed
builder with the given required parameters.