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