public interface SortProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
sort(java.util.List<?> list,
java.lang.String sortPropertyName,
int sortDirection)
Sort the given list by using the given sort property name and direction.
|
void sort(java.util.List<?> list,
java.lang.String sortPropertyName,
int sortDirection)
list - the list to sort.sortPropertyName - the sort property name.sortDirection - the sort direction SWT.UP, SWT.DOWN,
{@link SWT.NONE} .