Uses of Enum Class
javafx.concurrent.Worker.State
Packages that use Worker.State
-
Uses of Worker.State in javafx.concurrent
Methods in javafx.concurrent that return Worker.StateModifier and TypeMethodDescriptionfinal Worker.State
Service.getState()
Gets the value of thestate
property.final Worker.State
Task.getState()
Gets the value of thestate
property.Worker.getState()
Specifies the current state of this Worker.static Worker.State
Returns the enum constant of this class with the specified name.static Worker.State[]
Worker.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.concurrent that return types with arguments of type Worker.StateModifier and TypeMethodDescriptionService.stateProperty()
Task.stateProperty()
Worker.stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.