| Package | Description |
|---|---|
| com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
| com.teamdev.jxbrowser.browser.callback.input |
The mouse and keyboard input callbacks.
|
| com.teamdev.jxbrowser.ui.event |
The user interface events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.dispatch(MouseMoved event)
Dispatches the mouse moved event to the currently loaded web page.
|
| Modifier and Type | Method and Description |
|---|---|
default MouseMoved |
MoveMouseCallback.Params.event()
Returns the
MouseMoved event that is about to be processed by the browser. |
| Modifier and Type | Method and Description |
|---|---|
MouseMoved |
MouseMoved.Builder.build()
Returns a new
MouseMoved instance built from the current state of this builder. |