Interface SortProcessor

All Known Implementing Classes:
DefaultSortProcessor

public interface SortProcessor
Sort processor used to sort a list.
  • Method Summary

    Modifier and Type Method 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.
  • Method Details

    • sort

      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.
      Parameters:
      list - the list to sort.
      sortPropertyName - the sort property name.
      sortDirection - the sort direction SWT.UP, {@link SWT.DOWN, SWT.NONE .