|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.table.AbstractTableModel hoplugins.commons.ui.sorter.AbstractTableSorter hoplugins.commons.ui.DefaultTableSorter hoplugins.transfers.ui.TeamTransferSorter
Sorter for the team transfer table.
Field Summary |
Fields inherited from class hoplugins.commons.ui.sorter.AbstractTableSorter |
ASCENDING, COMPARABLE_COMAPRATOR, DESCENDING, LEXICAL_COMPARATOR, NOT_SORTED, tableModel |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
TeamTransferSorter(javax.swing.table.TableModel model)
Create a TransferTypeSorter |
Method Summary | |
java.util.Comparator |
getCustomComparator(int column)
Method that define Custom Comparator |
Methods inherited from class hoplugins.commons.ui.DefaultTableSorter |
hasHeaderLine, minSortableColumn |
Methods inherited from class hoplugins.commons.ui.sorter.AbstractTableSorter |
cancelSorting, getColumnClass, getColumnCount, getColumnName, getComparator, getHeaderRendererIcon, getRowCount, getSortingColumns, getSortingStatus, getTableHeader, getTableModel, getValueAt, isCellEditable, isSorting, modelIndex, setColumnComparator, setSortingStatus, setTableHeader, setTableModel, setValueAt |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TeamTransferSorter(javax.swing.table.TableModel model)
model
- Table model to sort.Method Detail |
public final java.util.Comparator getCustomComparator(int column)
column
- column to sort
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |