Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Method and Description |
---|---|
void |
Browser.dispatch(MouseDragged event)
Dispatches the mouse dragged event to the currently loaded web page.
|
Modifier and Type | Method and Description |
---|---|
MouseDragged |
MouseDragged.Builder.build()
Returns a new
MouseDragged instance built from the current state of this
builder. |