|
||||||||||
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.model.HOColumnModel
de.hattrickorganizer.gui.model.MatchesColumnModel
public final class MatchesColumnModel
Field Summary | |
---|---|
protected static java.awt.Color |
FG_EIGENESTEAM
TODO Missing Parameter Documentation |
protected static java.awt.Color |
INT_TESTCUPSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
INT_TESTSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
INTCUPSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
INTSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
LAENDERCUPSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
LAENDERSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
LIGASPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
POKALSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
QUALISPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
TESTLAENDERSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
TESTPOKALSPIEL
TODO Missing Parameter Documentation |
protected static java.awt.Color |
TESTSPIEL
TODO Missing Parameter Documentation |
Fields inherited from class de.hattrickorganizer.gui.model.HOColumnModel |
---|
columns, displayedColumns, instance, m_clData |
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
protected |
MatchesColumnModel(int id)
|
Method Summary | |
---|---|
MatchKurzInfo |
getMatch(int id)
TODO Missing Method Documentation |
protected void |
initData()
Erzeugt einen Data[][] aus dem Spielervector |
boolean |
isEditable()
|
void |
setValues(MatchKurzInfo[] matches)
Matches neu setzen |
Methods inherited from class de.hattrickorganizer.gui.model.HOColumnModel |
---|
getColumnClass, getColumnCount, getColumnIndexOfDisplayedColumn, getColumnName, getColumnNames, getColumnOrder, getColumns, getDisplayedColumns, getId, getPositionInArray, getRowCount, getTooltips, getValue, getValueAt, isCellEditable, setColumnsSize, setCurrentValueToColumns, setValueAt, toString |
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, wait, wait, wait |
Field Detail |
---|
protected static final java.awt.Color LIGASPIEL
protected static final java.awt.Color QUALISPIEL
protected static final java.awt.Color POKALSPIEL
protected static final java.awt.Color TESTSPIEL
protected static final java.awt.Color TESTPOKALSPIEL
protected static final java.awt.Color INTSPIEL
protected static final java.awt.Color INTCUPSPIEL
protected static final java.awt.Color INT_TESTSPIEL
protected static final java.awt.Color INT_TESTCUPSPIEL
protected static final java.awt.Color LAENDERSPIEL
protected static final java.awt.Color LAENDERCUPSPIEL
protected static final java.awt.Color TESTLAENDERSPIEL
protected static final java.awt.Color FG_EIGENESTEAM
Constructor Detail |
---|
protected MatchesColumnModel(int id)
Method Detail |
---|
public final MatchKurzInfo getMatch(int id)
id
- TODO Missing Method Parameter Documentation
public boolean isEditable()
public final void setValues(MatchKurzInfo[] matches)
matches
- TODO Missing Constructuor Parameter Documentationprotected void initData()
initData
in class HOColumnModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |