Uses of Interface
nu.zoom.gal.progress.Progress.TaskID

Packages that use Progress.TaskID
nu.zoom.gal.progress   
nu.zoom.gal.progress.desktop   
 

Uses of Progress.TaskID in nu.zoom.gal.progress
 

Methods in nu.zoom.gal.progress that return Progress.TaskID
 Progress.TaskID Progress.createTask()
          Create a new task.
 

Methods in nu.zoom.gal.progress with parameters of type Progress.TaskID
 void Progress.deleteTask(Progress.TaskID taskID)
          The task is finished and no more progress will be reported on this task.
 void Progress.setIndeterminate(Progress.TaskID taskID)
          Set the status of the task to be of indeterminate length.
 void Progress.setMaximum(Progress.TaskID taskID)
          Set the maximum value that the progress of this task will reach.
 void Progress.setMessage(Progress.TaskID taskID, CharSequence message)
          Set an informational message explaining what the task is doing.
 void Progress.setValue(Progress.TaskID taskID)
          Report progress of the given task.
 

Uses of Progress.TaskID in nu.zoom.gal.progress.desktop
 

Classes in nu.zoom.gal.progress.desktop that implement Progress.TaskID
 class ProgressImpl.TaskID
           
 

Methods in nu.zoom.gal.progress.desktop that return Progress.TaskID
 Progress.TaskID ProgressImpl.createTask()
           
 

Methods in nu.zoom.gal.progress.desktop with parameters of type Progress.TaskID
 void ProgressImpl.deleteTask(Progress.TaskID taskID)
           
 void ProgressImpl.setIndeterminate(Progress.TaskID taskID)
           
 void ProgressImpl.setMaximum(Progress.TaskID taskID)
           
 void ProgressImpl.setMessage(Progress.TaskID taskID, CharSequence message)
           
 void ProgressImpl.setValue(Progress.TaskID taskID)
           
 



Copyright © 2011. All Rights Reserved.