org.eclipse.mylar.internal.tasks.ui
Class TasksReminderDialog.ReminderTaskSorter
java.lang.Object
org.eclipse.jface.viewers.ViewerComparator
org.eclipse.jface.viewers.ViewerSorter
org.eclipse.mylar.internal.tasks.ui.TasksReminderDialog.ReminderTaskSorter
- Enclosing class:
- TasksReminderDialog
private static class TasksReminderDialog.ReminderTaskSorter
- extends org.eclipse.jface.viewers.ViewerSorter
Fields inherited from class org.eclipse.jface.viewers.ViewerSorter |
collator |
Methods inherited from class org.eclipse.jface.viewers.ViewerSorter |
getCollator, getComparator |
Methods inherited from class org.eclipse.jface.viewers.ViewerComparator |
category, isSorterProperty, sort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTION
public static final int DESCRIPTION
- See Also:
- Constant Field Values
PRIORITY
public static final int PRIORITY
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
criteria
private int criteria
TasksReminderDialog.ReminderTaskSorter
public TasksReminderDialog.ReminderTaskSorter(int criteria)
compare
public int compare(org.eclipse.jface.viewers.Viewer viewer,
java.lang.Object obj1,
java.lang.Object obj2)
- Overrides:
compare
in class org.eclipse.jface.viewers.ViewerComparator
compareDescription
private int compareDescription(ITask task1,
ITask task2)
comparePriority
private int comparePriority(ITask task1,
ITask task2)
compareDate
private int compareDate(ITask task1,
ITask task2)