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