Uses of Class
javafx.concurrent.Worker.State
Package | Description |
---|---|
javafx.concurrent |
Provides the set of classes for javafx.task.
|
-
Uses of Worker.State in javafx.concurrent
Methods in javafx.concurrent that return Worker.State Modifier and Type Method Description Worker.State
Service. getState()
Gets the value of the property state.Worker.State
Task. getState()
Gets the value of the property state.Worker.State
Worker. getState()
Specifies the current state of this Worker.static Worker.State
Worker.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Worker.State[]
Worker.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javafx.concurrent that return types with arguments of type Worker.State Modifier and Type Method Description ReadOnlyObjectProperty<Worker.State>
Service. stateProperty()
ReadOnlyObjectProperty<Worker.State>
Task. stateProperty()
ReadOnlyObjectProperty<Worker.State>
Worker. stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.