|
|||||||||||
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.teamAnalyzer.ui.RecapTableSorter
TODO Missing Class Documentation
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 | |
RecapTableSorter(javax.swing.table.TableModel tableModel)
Creates a new RecapTableSorter object. |
Method Summary | |
java.util.Comparator |
getCustomComparator(int column)
TODO Missing Method Documentation |
boolean |
hasHeaderLine()
TODO Missing Method Documentation |
int |
minSortableColumn()
TODO Missing Method Documentation |
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 RecapTableSorter(javax.swing.table.TableModel tableModel)
tableModel
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
public java.util.Comparator getCustomComparator(int column)
column
- TODO Missing Method Parameter Documentation
public boolean hasHeaderLine()
public int minSortableColumn()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |