Uses of Class
javafx.concurrent.Worker.State
-
Packages that use Worker.State 软件包 描述 javafx.concurrent 提供javafx.task的一组类。 -
-
Uses of Worker.State in javafx.concurrent
Methods in javafx.concurrent that return Worker.State Modifier and Type 方法 描述 Worker.State
Service. getState()
获取属性状态的值。Worker.State
Task. getState()
获取属性状态的值。Worker.State
Worker. getState()
指定此Worker的当前状态。static Worker.State
Worker.State. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Worker.State[]
Worker.State. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.concurrent that return types with arguments of type Worker.State Modifier and Type 方法 描述 ReadOnlyObjectProperty<Worker.State>
Service. stateProperty()
ReadOnlyObjectProperty<Worker.State>
Task. stateProperty()
ReadOnlyObjectProperty<Worker.State>
Worker. stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.
-