Entries

Link copied to clipboard

The initial value. The status changes to RUNNING after Application.start has completed.

Link copied to clipboard
Link copied to clipboard

All stages will be requested to close. If the event sent to Stage.onCloseRequested is consumed, (e.g. because there are unsaved files), then the stage is not closed, and therefore the application does not end. (the status will revert to RUNNING).

Link copied to clipboard

Closes all stages without using Stage.onCloseRequested, and therefore there is no possibility to stop the application from ending.

Link copied to clipboard

Set only by Glok after all stages have been removed.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.