Uses of Class
org.eclipse.mylar.tasks.core.TaskCategory

Packages that use TaskCategory
org.eclipse.mylar.internal.tasks.ui.actions   
org.eclipse.mylar.tasks.core   
org.eclipse.mylar.tasks.tests   
 

Uses of TaskCategory in org.eclipse.mylar.internal.tasks.ui.actions
 

Fields in org.eclipse.mylar.internal.tasks.ui.actions declared as TaskCategory
protected  TaskCategory NewCategoryAction.cat
           
 

Uses of TaskCategory in org.eclipse.mylar.tasks.core
 

Fields in org.eclipse.mylar.tasks.core declared as TaskCategory
private  TaskCategory TaskList.rootCategory
           
 

Methods in org.eclipse.mylar.tasks.core that return TaskCategory
 TaskCategory TaskList.getRootCategory()
           
 

Methods in org.eclipse.mylar.tasks.core with parameters of type TaskCategory
 void TaskList.removeFromCategory(TaskCategory category, ITask task)
           
 

Uses of TaskCategory in org.eclipse.mylar.tasks.tests
 

Fields in org.eclipse.mylar.tasks.tests declared as TaskCategory
private  TaskCategory TaskListUiTest.cat1
           
private  TaskCategory TaskListUiTest.cat2