Uses of Interface
com.teamdev.jxbrowser.browser.callback.input.PressMouseCallback.Response
Packages that use PressMouseCallback.Response
Package
Description
The mouse and keyboard input callbacks.
-
Uses of PressMouseCallback.Response in com.teamdev.jxbrowser.browser.callback.input
Methods in com.teamdev.jxbrowser.browser.callback.input that return PressMouseCallback.ResponseModifier and TypeMethodDescriptionstatic PressMouseCallback.ResponsePressMouseCallback.Response.proceed()Returns aResponseinstance that allows the browser to process the event.static PressMouseCallback.ResponsePressMouseCallback.Response.suppress()Returns aResponseinstance that indicates that the event should be suppressed.