Uses of Class
com.teamdev.jxbrowser.ui.event.KeyPressed.Builder
Packages that use KeyPressed.Builder
-
Uses of KeyPressed.Builder in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return KeyPressed.BuilderModifier 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.