Uses of Interface
com.dlsc.gmapsfx.javascript.IWebEngine
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript |
-
Uses of IWebEngine in com.dlsc.gmapsfx.javascript
Classes in com.dlsc.gmapsfx.javascript that implement IWebEngine Modifier and Type Class Description classJavaFxWebEngineThis class provides an implementation of the IWebEngine interface utilizing a javafx.scene.web.WebEngine as the underlying engine.Fields in com.dlsc.gmapsfx.javascript declared as IWebEngine Modifier and Type Field Description static IWebEngineJavascriptRuntime. engineMethods in com.dlsc.gmapsfx.javascript with parameters of type IWebEngine Modifier and Type Method Description static voidJavascriptRuntime. setDefaultWebEngine(IWebEngine e)Set the WebEngine that this runtime should use.