|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
de.hattrickorganizer.gui.utils.TableMap
de.hattrickorganizer.gui.utils.TableSorter
public class TableSorter
TODO Missing Class Documentation
Field Summary |
---|
Fields inherited from class de.hattrickorganizer.gui.utils.TableMap |
---|
model |
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
TableSorter()
Creates a new TableSorter object. |
|
TableSorter(javax.swing.table.TableModel tablemodel,
int idSpalte,
int initsortcolumnindex)
Creates a new TableSorter object. |
Method Summary | |
---|---|
void |
addMouseListenerToHeaderInTable(javax.swing.JTable jtable)
TODO Missing Method Documentation |
int |
compare(int i,
int j)
TODO Missing Method Documentation |
int |
getRow4Match(int matchid)
TODO Missing Method Documentation |
int |
getRow4Spieler(int spielerid)
TODO Missing Method Documentation |
ScoutEintrag |
getScoutEintrag(int row)
TODO Missing Method Documentation |
Spieler |
getSpieler(int row)
TODO Missing Method Documentation |
java.lang.Object |
getValueAt(int i,
int j)
TODO Missing Method Documentation |
void |
initsort()
Sortierung am Anfang beim Erstellen der Tabelle und bei Modeländerungen |
void |
reallocateIndexes()
TODO Missing Method Documentation |
void |
setModel(javax.swing.table.TableModel tablemodel)
TODO Missing Method Documentation |
void |
setValueAt(java.lang.Object obj,
int i,
int j)
TODO Missing Method Documentation |
void |
shuttlesort(int[] ai,
int[] ai1,
int i,
int j)
TODO Missing Method Documentation |
void |
tableChanged(javax.swing.event.TableModelEvent tablemodelevent)
TODO Missing Method Documentation |
Methods inherited from class de.hattrickorganizer.gui.utils.TableMap |
---|
getColumnClass, getColumnCount, getColumnName, getModel, getRowCount, isCellEditable |
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 TableSorter()
public TableSorter(javax.swing.table.TableModel tablemodel, int idSpalte, int initsortcolumnindex)
tablemodel
- TODO Missing Constructuor Parameter DocumentationidSpalte
- TODO Missing Constructuor Parameter Documentationinitsortcolumnindex
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setModel(javax.swing.table.TableModel tablemodel)
setModel
in class TableMap
tablemodel
- TODO Missing Method Parameter Documentationpublic final int getRow4Match(int matchid)
matchid
- TODO Missing Method Parameter Documentation
public final int getRow4Spieler(int spielerid)
spielerid
- TODO Missing Method Parameter Documentation
public final ScoutEintrag getScoutEintrag(int row)
row
- TODO Missing Method Parameter Documentation
public final Spieler getSpieler(int row)
row
- TODO Missing Method Parameter Documentation
public final void setValueAt(java.lang.Object obj, int i, int j)
setValueAt
in interface javax.swing.table.TableModel
setValueAt
in class TableMap
obj
- TODO Missing Method Parameter Documentationi
- TODO Missing Method Parameter Documentationj
- TODO Missing Method Parameter Documentationpublic final java.lang.Object getValueAt(int i, int j)
getValueAt
in interface javax.swing.table.TableModel
getValueAt
in class TableMap
i
- TODO Missing Method Parameter Documentationj
- TODO Missing Method Parameter Documentation
public final void addMouseListenerToHeaderInTable(javax.swing.JTable jtable)
jtable
- TODO Missing Method Parameter Documentationpublic final int compare(int i, int j)
i
- TODO Missing Method Parameter Documentationj
- TODO Missing Method Parameter Documentation
public final void initsort()
public final void reallocateIndexes()
public final void shuttlesort(int[] ai, int[] ai1, int i, int j)
ai
- TODO Missing Method Parameter Documentationai1
- TODO Missing Method Parameter Documentationi
- TODO Missing Method Parameter Documentationj
- TODO Missing Method Parameter Documentationpublic final void tableChanged(javax.swing.event.TableModelEvent tablemodelevent)
tableChanged
in interface javax.swing.event.TableModelListener
tableChanged
in class TableMap
tablemodelevent
- TODO Missing Method Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |