Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback.input |
The mouse and keyboard input callbacks.
|
Modifier and Type | Method and Description |
---|---|
static PressKeyCallback.Response |
PressKeyCallback.Response.proceed()
Returns a
Response instance that allows the browser to process the event. |
static PressKeyCallback.Response |
PressKeyCallback.Response.suppress()
Returns a
Response instance that indicates that the event should be suppressed. |