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