public interface IWebEngine
| Modifier and Type | Method and Description |
|---|---|
Object |
executeScript(String command)
Executes the specified JavaScript Command
|
javafx.concurrent.Worker<Void> |
getLoadWorker()
Gets a worked which will be notified when a web page has finished
loading.
|
void |
load(String url)
Loads the specified URL
|
void |
loadContent(String content)
Loads the given HTML content directly.
|
Object executeScript(String command)
command - The command to executejavafx.concurrent.Worker<Void> getLoadWorker()
void load(String url)
url - The URL to load in the engine.void loadContent(String content)
content - The HTML text to load in the engine.Copyright © 2017. All rights reserved.