A C D I O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addGlobalListener(Consumer<Task>) - Static method in class org.scijava.progress.Progress
- addListener(Object, Consumer<Task>) - Static method in class org.scijava.progress.Progress
C
- complete() - Static method in class org.scijava.progress.Progress
-
Completes the current task on this
Thread's execution hierarchy, removing it in the process. - complete() - Method in class org.scijava.progress.Task
-
Records the completion of this
Task - currentTask() - Static method in class org.scijava.progress.Progress
D
- defineTotal(long) - Static method in class org.scijava.progress.Progress
-
Defines the total progress of the current
Task - defineTotal(long) - Method in class org.scijava.progress.Task
-
Defines the total progress of this
Task. - defineTotal(long, long) - Static method in class org.scijava.progress.Progress
-
Defines the total progress of the current
Task - defineTotal(long, long) - Method in class org.scijava.progress.Task
-
Defines the total progress of this
Task. - description() - Method in class org.scijava.progress.Task
-
The id of the progressible
Object
I
- ignore() - Static method in class org.scijava.progress.Progress
- isComplete() - Method in class org.scijava.progress.Task
-
Returns
trueiff thisTaskis complete. - isSubTask() - Method in class org.scijava.progress.Task
O
- org.scijava.progress - module org.scijava.progress
- org.scijava.progress - package org.scijava.progress
P
- parent() - Method in class org.scijava.progress.Task
-
Returns the parent
Taskof thisTask. - progress() - Method in class org.scijava.progress.Task
-
Calculates and returns the progress of the associated progressible
Object. - Progress - Class in org.scijava.progress
-
A static utility class serving as the interface between progress reporters and progress listeners.
- progressible() - Method in class org.scijava.progress.Task
R
- register(Object) - Static method in class org.scijava.progress.Progress
-
Creates a new
Taskforprogressible. - register(Object, String) - Static method in class org.scijava.progress.Progress
-
Creates a new
Taskforprogressible.
S
- setStatus(String) - Static method in class org.scijava.progress.Progress
- setStatus(String) - Method in class org.scijava.progress.Task
-
Used by the progressible
Objectto set the status of its computation. - status() - Method in class org.scijava.progress.Task
-
The status of the progressible
Object
T
- Task - Class in org.scijava.progress
-
Keeps track of progress associated with an execution of progressible code.
- Task(Object, String) - Constructor for class org.scijava.progress.Task
- Task(Object, Task, String) - Constructor for class org.scijava.progress.Task
- toString() - Method in class org.scijava.progress.Task
U
- update() - Static method in class org.scijava.progress.Progress
- update(long) - Static method in class org.scijava.progress.Progress
- update(long) - Method in class org.scijava.progress.Task
- update(long, Task) - Static method in class org.scijava.progress.Progress
All Classes All Packages