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

All Superinterfaces:
java.lang.Comparable<ITaskListNotification>
All Known Implementing Classes:
TaskListNotificationIncoming, TaskListNotificationQueryIncoming, TaskListNotificationReminder

public interface ITaskListNotification
extends java.lang.Comparable<ITaskListNotification>

Author:
Rob Elves

Method Summary
 java.util.Date getDate()
           
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 org.eclipse.swt.graphics.Image getNotificationIcon()
           
 org.eclipse.swt.graphics.Image getOverlayIcon()
           
 void openTask()
           
 void setDate(java.util.Date date)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

openTask

void openTask()

getDescription

java.lang.String getDescription()

getLabel

java.lang.String getLabel()

getNotificationIcon

org.eclipse.swt.graphics.Image getNotificationIcon()

getOverlayIcon

org.eclipse.swt.graphics.Image getOverlayIcon()

getDate

java.util.Date getDate()

setDate

void setDate(java.util.Date date)