Package | Description |
---|---|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
Modifier and Type | Method and Description |
---|---|
LoadHtmlParams.Builder |
LoadHtmlParams.Builder.baseUrl(java.lang.String baseUrl)
Sets the URL that will be used to resolve links with a relative path in the HTML
document.
|
static LoadHtmlParams.Builder |
LoadHtmlParams.newBuilder(java.lang.String html)
Creates a new
LoadHtmlParams builder with the required parameters. |
LoadHtmlParams.Builder |
LoadHtmlParams.Builder.shouldReplaceNavigationEntry(boolean shouldReplaceNavigationEntry)
Specifies whether the data will be loaded as a normal navigation and the current history
item should be replaced.
|