Package com.teamdev.jxbrowser.ui.event
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.ui.event
The user interface events.
-
ClassDescriptionA common interface that all keyboard events must extend.An event indicating that a keyboard key has been pressed.A builder of
KeyPressed
.An event indicating that a keyboard key has been released.A builder ofKeyReleased
.An event indicating that a keyboard character key has been typed.A builder ofKeyTyped
.An event indicating that the mouse has been moved while the mouse button is pressed.A builder ofMouseDragged
.An event indicating that the mouse has been moved over the web page.A builder ofMouseEntered
.A common interface that all mouse events must extend.An event indicating that the mouse has been moved out of the web page.A builder ofMouseExited
.An event indicating that the mouse has been moved.A builder ofMouseMoved
.An event indicating that the mouse button has been pressed.A builder ofMousePressed
.An event indicating that the mouse button has been released.A builder ofMouseReleased
.An event indicating that the mouse wheel button has been rotated.A builder ofMouseWheel
.