Package | Description |
---|---|
com.sun.javafx.application | |
javafx.application |
Provides the application life-cycle classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ParametersImpl
Implementation class for Application parameters.
|
Modifier and Type | Method and Description |
---|---|
static Application.Parameters |
ParametersImpl.getParameters(Application app) |
Modifier and Type | Method and Description |
---|---|
static void |
ParametersImpl.registerParameters(Application app,
Application.Parameters p) |
Modifier and Type | Method and Description |
---|---|
Application.Parameters |
Application.getParameters()
Retrieves the parameters for this Application, including any arguments
passed on the command line and any parameters specified in a JNLP file
for an applet or WebStart application.
|
Copyright © 2020. All rights reserved.