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