Uses of Interface
com.teamdev.jxbrowser.ui.event.TouchMoved
Packages that use TouchMoved
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 TouchMoved in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser with parameters of type TouchMovedModifier and TypeMethodDescriptionvoidBrowser.dispatch(TouchMoved event) Dispatches the touch moved event to the currently loaded web page. -
Uses of TouchMoved in com.teamdev.jxbrowser.browser.callback.input
Methods in com.teamdev.jxbrowser.browser.callback.input that return TouchMovedModifier and TypeMethodDescriptiondefault TouchMovedMoveTouchCallback.Params.event()Returns theTouchMovedevent that is about to be processed by the browser. -
Uses of TouchMoved in com.teamdev.jxbrowser.ui.event
Methods in com.teamdev.jxbrowser.ui.event that return TouchMovedModifier and TypeMethodDescriptionTouchMoved.Builder.build()Creates a newTouchMovedinstance on top of this builder.