Uses of Interface
com.teamdev.jxbrowser.ui.event.MouseWheel
Packages that use MouseWheel
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 MouseWheel in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser with parameters of type MouseWheelModifier and TypeMethodDescriptionvoidBrowser.dispatch(MouseWheel event) Dispatches the mouse wheel event to the currently loaded web page. -
Uses of MouseWheel in com.teamdev.jxbrowser.browser.callback.input
Methods in com.teamdev.jxbrowser.browser.callback.input that return MouseWheelModifier and TypeMethodDescriptiondefault MouseWheelMoveMouseWheelCallback.Params.event()Returns theMouseWheelevent that is about to be processed by the browser. -
Uses of MouseWheel in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return MouseWheelModifier and TypeMethodDescriptionMouseWheel.Builder.build()Returns a newMouseWheelinstance built from the current state of this builder.