Uses of Class
net.anwiba.commons.swing.table.ObjectTableRowSorter
-
Packages that use ObjectTableRowSorter Package Description net.anwiba.commons.swing.table -
-
Uses of ObjectTableRowSorter in net.anwiba.commons.swing.table
Methods in net.anwiba.commons.swing.table that return ObjectTableRowSorter Modifier and Type Method Description ObjectTableRowSorter<T>IObjectTableConfiguration. getRowSorter(IObjectTableModel<T> tableModel)ObjectTableRowSorter<T>ObjectTableConfiguration. getRowSorter(IObjectTableModel<T> tableModel)Constructors in net.anwiba.commons.swing.table with parameters of type ObjectTableRowSorter Constructor Description SortedRowMapper(ObjectTableRowSorter<T> tableRowSorter)
-