RowSorterEvent
provides notification of changes to a RowSorter
. Two types of notification are possible: Type.SORT_ORDER_CHANGED
: indicates the sort order has changed. This is typically followed by a notification of: Type.SORTED
: indicates the contents of the model have been transformed in some way. For example, the contents may have been sorted or filtered.
|
|