public class TaskSorter
extends ViewerSorter
Modifier and Type | Field and Description |
---|---|
static int |
ACTION |
static int |
DESCRIPTION |
static int |
PICTURE |
static int |
STATUS |
Constructor and Description |
---|
TaskSorter() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Viewer viewer,
java.lang.Object o1,
java.lang.Object o2) |
protected int |
compareActions(Task task1,
Task task2) |
protected int |
compareDescriptions(Task task1,
Task task2) |
protected int |
compareLocations(Task task1,
Task task2) |
protected int |
compareStatuses(Task task1,
Task task2) |
void |
doSort(int column) |
public static final int PICTURE
public static final int DESCRIPTION
public static final int ACTION
public static final int STATUS