|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
| JavafxTaskListener | Provides a listener to monitor the activity of the Sun Java Compiler, javac. |
| 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. |
| JavafxTaskEvent | Provides details about work that has been done by the JavaFX Compiler. |
| ToolProvider | JavaFX version of javac's ToolProvider class. |
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();
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||