Package com.sun.javafx.api

Extends the Java programming language compiler framework to support the JavaFX Script language compiler.

See:
          Description

Interface Summary
JavafxCompiler The interface to invoke JavaFX Script compilers from programs, used with ServiceLoader lookup.
JavafxCompiler.CompilationTask Interface representing a future for a compilation task.
JavaFXScriptEngine The interface to the JavaFX Script scripting engine API.
 

Class Summary
JavafxBindStatus Effectively an enum for the possible bind status values
JavafxcTask Provides access to functionality specific to the JavaFX Script compiler, based on JavacTask.
ToolProvider JavaFX version of javac's ToolProvider class.
 

Package com.sun.javafx.api Description

Extends the Java programming language compiler framework to support the JavaFX Script language compiler.

There is no requirement for a compiler at runtime. However, if a compiler is provided, it can be located using the ToolProvider, for example:

JavafxCompiler compiler = ToolProvider.getJavafxCompiler();