Uses of Enum Class
javafx.concurrent.Worker.State
-
Uses of Worker.State in javafx.concurrent
Modifier 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.Modifier and TypeMethodDescriptionService.stateProperty()
Task.stateProperty()
Worker.stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.