Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
Modifier and Type | Method and Description |
---|---|
static InjectCssCallback.Response |
InjectCssCallback.Response.inject(java.lang.String customStyleSheet)
Injects the given
customStyleSheet 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.
|