Java javafx.application Platform fields, constructors, methods, implement or subclass

Example usage for Java javafx.application Platform fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.application Platform.

The text is from its open source code.

Method

voidexit()
Causes the JavaFX application to terminate.
booleanisAccessibilityActive()
booleanisFxApplicationThread()
Returns true if the calling thread is the JavaFX Application Thread.
booleanisImplicitExit()
Gets the value of the implicitExit attribute.
booleanisSupported(ConditionalFeature feature)
Queries whether a specific conditional feature is supported by the platform.
voidrunLater(Runnable runnable)
Run the specified Runnable on the JavaFX Application Thread at some unspecified time in the future.
voidsetImplicitExit(boolean implicitExit)
Sets the implicitExit attribute to the specified value.