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