| Package | Description |
|---|---|
| com.teamdev.jxbrowser.chromium |
Contains the basic classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.loadHTML(LoadHTMLParams params)
Loads the given
getHTML() content into the
main frame of the currently loaded document. |
void |
Browser.loadHTML(long frameId,
LoadHTMLParams params)
Loads the given
getHTML() content into the
specified frame of the currently loaded document. |