Package net.anwiba.commons.swing.table
Class SortedRowMapper<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.SortedRowMapper<T>
-
- All Implemented Interfaces:
ISortedRowMapper
public final class SortedRowMapper<T> extends java.lang.Object implements ISortedRowMapper
-
-
Constructor Summary
Constructors Constructor Description SortedRowMapper(ObjectTableRowSorter<T> tableRowSorter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetModelIndex(int row)intgetSortedRow(int index)
-
-
-
Constructor Detail
-
SortedRowMapper
public SortedRowMapper(ObjectTableRowSorter<T> tableRowSorter)
-
-
Method Detail
-
getSortedRow
public int getSortedRow(int index)
- Specified by:
getSortedRowin interfaceISortedRowMapper
-
getModelIndex
public int getModelIndex(int row)
- Specified by:
getModelIndexin interfaceISortedRowMapper
-
-