Example usage for Java javafx.scene.web WebEngine fields, constructors, methods, implement or subclass
The text is from its open source code.
WebEngine() Creates a new engine. |
Object | executeScript(String script) Executes a script in the context of the current page. |
Class> | getClass() Returns the runtime class of this Object . |
Document | getDocument() |
WebHistory | getHistory() Returns the session history object. |
Worker | getLoadWorker() Returns a javafx.concurrent.Worker object that can be used to track loading progress. |
String | getLocation() |
void | load(String url) Loads a Web page into this engine. |
void | loadContent(String content) Loads the given HTML content directly. |
void | setJavaScriptEnabled(boolean value) |
void | setOnAlert(EventHandler |
void | setOnError(EventHandler |