org.biojava.bio.structure.align.gui
Class MyTableRowSorter

java.lang.Object
  extended by javax.swing.RowSorter<M>
      extended by javax.swing.DefaultRowSorter<M,Integer>
          extended by javax.swing.table.TableRowSorter<TableModel>
              extended by org.biojava.bio.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,I>
 
Nested classes/interfaces inherited from class javax.swing.RowSorter
RowSorter.SortKey
 
Constructor Summary
MyTableRowSorter(TableModel tm)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTableRowSorter

public MyTableRowSorter(TableModel tm)
Method Detail

getComparator

public Comparator<?> getComparator(int column)
Overrides:
getComparator in class TableRowSorter<TableModel>