JavaFX object to be wrapped.
JavaFX object to be wrapped.
Terminates execution of this Worker.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the ReadOnlyObjectProperty representing any exception which occurred.
The delegate hashcode
Gets the ReadOnlyStringProperty representing the message.
Gets the ReadOnlyDoubleProperty representing the progress.
Gets the ReadOnlyBooleanProperty representing whether the Worker is running.
Gets the ReadOnlyObjectProperty representing the current state.
Gets the ReadOnlyStringProperty representing the title.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done.
Gets the ReadOnlyObjectProperty representing the value.
Gets the ReadOnlyDoubleProperty representing the current progress.
Wrapper trait for Worker Interface.