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.DefaultRowSorterDefaultRowSorter.ModelWrapper<M extends Object,I extends Object>
 - 
Nested classes/interfaces inherited from class javax.swing.RowSorterRowSorter.SortKey
 
- 
 - 
Constructor SummaryConstructors Constructor Description MyTableRowSorter(TableModel tm)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparator<?>getComparator(int column)- 
Methods inherited from class javax.swing.table.TableRowSortergetStringConverter, setModel, setStringConverter, useToString
 - 
Methods inherited from class javax.swing.DefaultRowSorterallRowsChanged, 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.RowSorteraddRowSorterListener, fireRowSorterChanged, fireSortOrderChanged, removeRowSorterListener
 
- 
 
- 
- 
- 
Constructor Detail- 
MyTableRowSorterpublic MyTableRowSorter(TableModel tm) 
 
- 
 - 
Method Detail- 
getComparatorpublic Comparator<?> getComparator(int column) - Overrides:
- getComparatorin class- TableRowSorter<TableModel>
 
 
- 
 
-