Example usage for Java javafx.application Platform fields, constructors, methods, implement or subclass
The text is from its open source code.
void | exit() Causes the JavaFX application to terminate. |
boolean | isAccessibilityActive() |
boolean | isFxApplicationThread() Returns true if the calling thread is the JavaFX Application Thread. |
boolean | isImplicitExit() Gets the value of the implicitExit attribute. |
boolean | isSupported(ConditionalFeature feature) Queries whether a specific conditional feature is supported by the platform. |
void | runLater(Runnable runnable) Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future. |
void | setImplicitExit(boolean implicitExit) Sets the implicitExit attribute to the specified value. |