Uses of Interface
com.teamdev.jxbrowser.browser.callback.CreatePopupCallback.Response
Package
Description
This package provides the classes that allow you to work with browser callback.
-
Uses of CreatePopupCallback.Response in com.teamdev.jxbrowser.browser.callback
Modifier and TypeMethodDescriptionstatic CreatePopupCallback.Response
CreatePopupCallback.Response.create()
Returns theResponse
instance that indicates that the popup can be created.static CreatePopupCallback.Response
CreatePopupCallback.Response.suppress()
Returns theResponse
instance that indicates that the popup creation should be suppressed.