Package | Description |
---|---|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Method and Description |
---|---|
KeyPressed.Builder |
KeyPressed.Builder.keyChar(char keyChar)
Sets the key character corresponding to the pressed key.
|
KeyPressed.Builder |
KeyPressed.Builder.keyLocation(KeyLocation keyLocation)
Sets the location of the key on the keyboard.
|
KeyPressed.Builder |
KeyPressed.Builder.keyModifiers(KeyModifiers keyModifiers)
Sets the keyboard modifiers applied.
|
static KeyPressed.Builder |
KeyPressed.newBuilder(KeyCode keyCode)
Creates a new
KeyPressed builder with the given required parameters. |