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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)