Uses of Class
com.epimorphics.tasks.TaskState
-
Packages that use TaskState Package Description com.epimorphics.tasks -
-
Uses of TaskState in com.epimorphics.tasks
Fields in com.epimorphics.tasks declared as TaskState Modifier and Type Field Description protected TaskStateSimpleProgressMonitor. stateMethods in com.epimorphics.tasks that return TaskState Modifier and Type Method Description TaskStateProgressMonitor. getState()Return the state of the task.TaskStateProgressReporter. getState()Return the state of the task.TaskStateSimpleProgressMonitor. getState()static TaskStateTaskState. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskState[]TaskState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.epimorphics.tasks with parameters of type TaskState Modifier and Type Method Description voidProgressReporter. setState(TaskState state)Change the state of the progress report.voidSimpleProgressMonitor. setState(TaskState state)
-