A C D I O P R S T U 
All Classes All Packages

A

addGlobalListener(Consumer<Task>) - Static method in class org.scijava.progress.Progress
Invokes the given Consumer as a callback for all progressible Objects.
addListener(Object, Consumer<Task>) - Static method in class org.scijava.progress.Progress
Invokes the given Consumer as a callback for the specified progressible Object.

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
Returns the currently-executing Task on this Thread

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
Adds a new NOP Task to the current execution chain, used to ignore Progress calls by a progressible object.
isComplete() - Method in class org.scijava.progress.Task
Returns true iff this Task is 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 Task of this Task.
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
Gets the progressible Object contributing to this Task's progress.

R

register(Object) - Static method in class org.scijava.progress.Progress
Creates a new Task for progressible.
register(Object, String) - Static method in class org.scijava.progress.Progress
Creates a new Task for progressible.

S

setStatus(String) - Static method in class org.scijava.progress.Progress
Sets the status of the current Task, pinging any interested Consumers.
setStatus(String) - Method in class org.scijava.progress.Task
Used by the progressible Object to 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
Updates the progress of the current Task, pinging any interested Consumers.
update(long) - Static method in class org.scijava.progress.Progress
Updates the progress of the current Task, pinging any interested Consumers.
update(long) - Method in class org.scijava.progress.Task
Used by a progressible Object, through Progress to increment progress
update(long, Task) - Static method in class org.scijava.progress.Progress
Updates the progress of the provided Task, pinging any interested Consumers.
A C D I O P R S T U 
All Classes All Packages