Uses of Interface
com.teamdev.jxbrowser.browser.callback.InjectCssCallback.Response
Package
Description
This package provides the classes that allow you to work with browser callback.
-
Uses of InjectCssCallback.Response in com.teamdev.jxbrowser.browser.callback
Modifier and TypeMethodDescriptionstatic InjectCssCallback.Response
Injects the givencustomStyleSheet
string that represents a custom style sheet (CSS) into the document that is loaded in this browser instance.static InjectCssCallback.Response
InjectCssCallback.Response.proceed()
Notifies the browser that it can proceed without injecting a custom style sheet.