Uses of Interface
org.eclipse.mylar.internal.tasks.ui.ITaskListNotification

Packages that use ITaskListNotification
org.eclipse.mylar.internal.tasks.ui   
 

Uses of ITaskListNotification in org.eclipse.mylar.internal.tasks.ui
 

Classes in org.eclipse.mylar.internal.tasks.ui that implement ITaskListNotification
 class TaskListNotificationIncoming
           
 class TaskListNotificationQueryIncoming
           
 class TaskListNotificationReminder
           
 

Fields in org.eclipse.mylar.internal.tasks.ui with type parameters of type ITaskListNotification
private  java.util.Set<ITaskListNotification> TaskListNotificationManager.currentlyNotifying
           
private  java.util.List<ITaskListNotification> TaskListNotificationPopup.notifications
           
private  java.util.Set<ITaskListNotification> TaskListNotificationManager.notifications
           
 

Methods in org.eclipse.mylar.internal.tasks.ui that return types with arguments of type ITaskListNotification
 java.util.Set<ITaskListNotification> TaskListNotificationManager.getNotifications()
          public for testing purposes
 java.util.Set<ITaskListNotification> ITaskListNotificationProvider.getNotifications()
           
 

Methods in org.eclipse.mylar.internal.tasks.ui with parameters of type ITaskListNotification
 int TaskListNotificationReminder.compareTo(ITaskListNotification anotherNotification)
           
 int TaskListNotificationQueryIncoming.compareTo(ITaskListNotification anotherNotification)
           
 int TaskListNotificationIncoming.compareTo(ITaskListNotification anotherNotification)
           
 

Method parameters in org.eclipse.mylar.internal.tasks.ui with type arguments of type ITaskListNotification
 void TaskListNotificationPopup.setContents(java.util.List<ITaskListNotification> notifications)