Uses of Class
org.crosswire.common.progress.ProgressMode

Packages that use ProgressMode
org.crosswire.common.progress A generic method of having jobs that execute in the background over some time. 
 

Uses of ProgressMode in org.crosswire.common.progress
 

Fields in org.crosswire.common.progress declared as ProgressMode
private  ProgressMode Job.jobMode
          The type of job being performed.
 

Methods in org.crosswire.common.progress that return ProgressMode
 ProgressMode Progress.getProgressMode()
          Gets the current ProgressMode.
 ProgressMode Job.getProgressMode()
           
static ProgressMode ProgressMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProgressMode[] ProgressMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Copyright ? 2003-2011