public class MyTableRowSorter extends TableRowSorter<TableModel>
DefaultRowSorter.ModelWrapper<M,I>
RowSorter.SortKey
Constructor and Description |
---|
MyTableRowSorter(TableModel tm) |
Modifier and Type | Method and Description |
---|---|
Comparator<?> |
getComparator(int column) |
getStringConverter, setModel, setStringConverter, useToString
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
addRowSorterListener, fireRowSorterChanged, fireSortOrderChanged, removeRowSorterListener
public MyTableRowSorter(TableModel tm)
public Comparator<?> getComparator(int column)
getComparator
in class TableRowSorter<TableModel>
Copyright © 2000–2019 BioJava. All rights reserved.