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