hoplugins.teamAnalyzer.ui
Class RecapTableSorter

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byhoplugins.commons.ui.sorter.AbstractTableSorter
          extended byhoplugins.teamAnalyzer.ui.RecapTableSorter
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class RecapTableSorter
extends hoplugins.commons.ui.sorter.AbstractTableSorter

TODO Missing Class Documentation

Author:
TODO Author Name
See Also:
Serialized Form

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

RecapTableSorter

public RecapTableSorter(javax.swing.table.TableModel tableModel)
Creates a new RecapTableSorter object.

Parameters:
tableModel - TODO Missing Constructuor Parameter Documentation
Method Detail

getCustomComparator

public java.util.Comparator getCustomComparator(int column)
TODO Missing Method Documentation

Parameters:
column - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

hasHeaderLine

public boolean hasHeaderLine()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

minSortableColumn

public int minSortableColumn()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.