JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.teamdev.jxbrowser.navigation.callback.ShowNetErrorPageCallback.Response
Packages that use
ShowNetErrorPageCallback.Response
Package
Description
com.teamdev.jxbrowser.navigation.callback
The navigation callbacks.
Uses of
ShowNetErrorPageCallback.Response
in
com.teamdev.jxbrowser.navigation.callback
Methods in
com.teamdev.jxbrowser.navigation.callback
that return
ShowNetErrorPageCallback.Response
Modifier and Type
Method
Description
static
ShowNetErrorPageCallback.Response
ShowNetErrorPageCallback.Response.
show
(
String
html)
Notifies the browser that it should display a network error page with the given HTML.
static
ShowNetErrorPageCallback.Response
ShowNetErrorPageCallback.Response.
showDefault
()
Notifies the browser that it should display the default network error page.