Package com.dlsc.gmapsfx.javascript

  • Interface Summary 
    Interface Description
    IJavascriptRuntime
    An interface for interacting with a JavaScript environment which includes methods for building strings that represent functions and constructors as well as providing a means to execute commands.
    IWebEngine
    Provides an abstraction to the web engine, so that a mock engine can be utilized in unit tests, or a different web engine could be utilized in future versions of this framework.
  • Class Summary 
    Class Description
    JavaFxWebEngine
    This class provides an implementation of the IWebEngine interface utilizing a javafx.scene.web.WebEngine as the underlying engine.
    JavascriptArray
    JavascriptObject implementation of an array.
    JavascriptEnum  
    JavascriptFunction  
    JavascriptFunctionLine  
    JavascriptObject
    Base class for any Google JavaScript object.
    JavascriptRuntime
    Class for interacting with the JavaScript environment.