- Companion
- class
Type members
Classlikes
Indicates that this Worker has been cancelled via the Worker.cancel() method.
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 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 the Worker has not yet been executed and is ready to be executed, or that it has been reinitialized.
Value members
Inherited methods
Converts a JavaFX enum to its respective SFXEnumDelegate.
Converts a JavaFX enum to its respective SFXEnumDelegate.
- Value Params
- e
JavaFX
enum
- Returns
[[scalafx.delegate.SFXEnumDelegate]]equivalent to argument.- Inherited from
- SFXEnumDelegateCompanion
Returns the enum constant of this type with the specified name.
Returns the enum constant of this type with the specified name.
- Value Params
- name
the name of the constant to return
- Throws
- IllegalArgumentException
If the specified
enumtype has no constant with the specified name, or the specified class object does not represent anenumtype.
- Inherited from
- SFXEnumDelegateCompanion
Converts a JavaFX enum to its respective SFXEnumDelegate.
Converts a JavaFX enum to its respective SFXEnumDelegate.
- Value Params
- e
JavaFX
enum
- Returns
[[scalafx.delegate.SFXEnumDelegate]]equivalent to argument.- Inherited from
- SFXEnumDelegateCompanion
Deprecated fields
- Deprecated
Inherited fields
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.
- Inherited from
- SFXEnumDelegateCompanion
Implicits
Inherited implicits
Converts a SFXEnumDelegate to its respective JavaFX Enum.
Converts a SFXEnumDelegate to its respective JavaFX Enum.
- Value Params
- s
SFXEnumDelegateinstance
- Returns
Delegated
enum- Inherited from
- SFXEnumDelegateCompanion