Uses of Class
Task.ProgressMonitor.ProgressMonitorUtils.Type

Packages that use ProgressMonitorUtils.Type
Task.ProgressMonitor   
 

Uses of ProgressMonitorUtils.Type in Task.ProgressMonitor
 

Methods in Task.ProgressMonitor that return ProgressMonitorUtils.Type
static ProgressMonitorUtils.Type ProgressMonitorUtils.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProgressMonitorUtils.Type[] ProgressMonitorUtils.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Task.ProgressMonitor with parameters of type ProgressMonitorUtils.Type
static java.lang.String ProgressMonitorUtils.generateProgressMessage(ProgressMonitorUtils.Type type, java.lang.String msg, int progress, int total)
          Creates a status message for the progress, not formatted in HTML, just plain text.
 



Copyright © 2011. All Rights Reserved.