| 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 |
LoadHtmlParams.Builder.build()
Returns a new
LoadDataParams instance built from the current state of this
builder. |
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.loadHtml(LoadHtmlParams params)
Navigates the frame to the resource that represents HTML document described by the given
params. |