Class Application.Parameters

java.lang.Object
javafx.application.Application.Parameters
Enclosing class:
Application

public abstract static class Application.Parameters extends Object
Encapsulates the set of parameters for an application. This includes arguments passed on the command line.

Note that the application and the preloader both get the same set of parameters for a given run of an application.

Since:
JavaFX 2.0