Indicates that this Worker has been cancelled via the Worker.cancel() method.
Indicates that this Worker has failed, usually due to some unexpected condition having occurred.
Indicates that the Worker has not yet been executed and is ready to be executed, or that it has been reinitialized.
Indicates that this Worker is running.
Indicates that the Worker has been scheduled for execution, but that it is not currently running.
Indicates that this Worker has completed successfully, and that there is a valid result ready to be read from the value property.
Returns the enum
constant of this type with the specified name.
Returns the enum
constant of this type with the specified name.
the name of the constant to return
IllegalArgumentException
If the specified enum
type has no constant with the specified name,
or the specified class object does not represent an enum
type.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
Converts a JavaFX enum
to its respective SFXEnumDelegate
.
JavaFX enum
scalafx.delegate.SFXEnumDelegate
equivalent to argument.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
Converts a SFXEnumDelegate
to its respective JavaFX Enum
.
SFXEnumDelegate
instance
Delegated enum
Contain constants which will be source for values
List
Contain constants which will be source for values
List
Returns a List containing the constants of this enum
type, in the order they are declared.
Returns a List containing the constants of this enum
type, in the order they are declared.
(Since version 8.0.60-R10) Use Cancelled; CANCELLED will be removed in a future release
(Since version 8.0.60-R10) Use Failed; FAILED will be removed in a future release
(Since version 8.0.60-R10) Use Ready; READY will be removed in a future release
(Since version 8.0.60-R10) Use Running; RUNNING will be removed in a future release
(Since version 8.0.60-R10) Use Scheduled; SCHEDULED will be removed in a future release
(Since version 8.0.60-R10) Use Succeeded; SUCCEEDED will be removed in a future release