Uses of Interface
org.eclipse.mylar.internal.tasks.ui.planner.ITaskCollector

Packages that use ITaskCollector
org.eclipse.mylar.internal.tasks.ui.planner   
 

Uses of ITaskCollector in org.eclipse.mylar.internal.tasks.ui.planner
 

Classes in org.eclipse.mylar.internal.tasks.ui.planner that implement ITaskCollector
 class CompletedTaskCollector
           
 class InProgressTaskCollector
          Collects tasks that are not complete but have been worked on during the specified number of previous days.
 

Fields in org.eclipse.mylar.internal.tasks.ui.planner with type parameters of type ITaskCollector
private  java.util.List<ITaskCollector> TaskReportGenerator.collectors
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.planner with parameters of type ITaskCollector
 void TaskReportGenerator.addCollector(ITaskCollector collector)