Package | Description |
---|---|
com.teamdev.jxbrowser.ui.event |
The user interface events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MouseDragged
An event indicating that the mouse has been moved while the mouse button is pressed.
|
interface |
MouseEntered
An event indicating that the mouse has been moved over the web page.
|
interface |
MouseExited
An event indicating that the mouse has been moved out of the web page.
|
interface |
MouseMoved
An event indicating that the mouse has been moved.
|
interface |
MousePressed
An event indicating that the mouse button has been pressed.
|
interface |
MouseReleased
An event indicating that the mouse button has been released.
|
interface |
MouseWheel
An event indicating that the mouse wheel button has been rotated.
|