Uses of Class
org.eclipse.mylar.tasks.core.Task.PriorityLevel

Packages that use Task.PriorityLevel
org.eclipse.mylar.internal.tasks.ui   
org.eclipse.mylar.tasks.core   
 

Uses of Task.PriorityLevel in org.eclipse.mylar.internal.tasks.ui
 

Methods in org.eclipse.mylar.internal.tasks.ui with parameters of type Task.PriorityLevel
static org.eclipse.swt.graphics.Image TasksUiUtil.getImageForPriority(Task.PriorityLevel priorityLevel)
          TODO: move
 

Uses of Task.PriorityLevel in org.eclipse.mylar.tasks.core
 

Methods in org.eclipse.mylar.tasks.core that return Task.PriorityLevel
static Task.PriorityLevel Task.PriorityLevel.fromDescription(java.lang.String string)
           
static Task.PriorityLevel Task.PriorityLevel.fromString(java.lang.String string)
           
static Task.PriorityLevel Task.PriorityLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Task.PriorityLevel[] Task.PriorityLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.