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