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
|
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.Copyright © 2016. All Rights Reserved.