Class MyTableRowSorter
- java.lang.Object
-
- javax.swing.RowSorter<M>
-
- javax.swing.DefaultRowSorter<M,Integer>
-
- javax.swing.table.TableRowSorter<TableModel>
-
- org.biojava.nbio.structure.align.gui.MyTableRowSorter
-
public class MyTableRowSorter extends TableRowSorter<TableModel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.DefaultRowSorter
DefaultRowSorter.ModelWrapper<M extends Object,I extends Object>
-
Nested classes/interfaces inherited from class javax.swing.RowSorter
RowSorter.SortKey
-
-
Constructor Summary
Constructors Constructor Description MyTableRowSorter(TableModel tm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparator<?>
getComparator(int column)
-
Methods inherited from class javax.swing.table.TableRowSorter
getStringConverter, setModel, setStringConverter, useToString
-
Methods inherited from class javax.swing.DefaultRowSorter
allRowsChanged, convertRowIndexToModel, convertRowIndexToView, getMaxSortKeys, getModel, getModelRowCount, getModelWrapper, getRowFilter, getSortKeys, getSortsOnUpdates, getViewRowCount, isSortable, modelStructureChanged, rowsDeleted, rowsInserted, rowsUpdated, rowsUpdated, setComparator, setMaxSortKeys, setModelWrapper, setRowFilter, setSortable, setSortKeys, setSortsOnUpdates, sort, toggleSortOrder
-
Methods inherited from class javax.swing.RowSorter
addRowSorterListener, fireRowSorterChanged, fireSortOrderChanged, removeRowSorterListener
-
-
-
-
Constructor Detail
-
MyTableRowSorter
public MyTableRowSorter(TableModel tm)
-
-
Method Detail
-
getComparator
public Comparator<?> getComparator(int column)
- Overrides:
getComparator
in classTableRowSorter<TableModel>
-
-