|
||||||||||
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.AbstractMatchTableModel
de.hattrickorganizer.gui.model.MatchResultTableModel
public class MatchResultTableModel
DOCUMENT ME!
Field Summary | |
---|---|
static java.lang.String[] |
columnNames
TODO Missing Parameter Documentation |
Fields inherited from class de.hattrickorganizer.gui.model.AbstractMatchTableModel |
---|
m_clData, matchResult |
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
MatchResultTableModel(IMatchResult matchresults,
boolean isHome)
Creates a new MatchPredictionSpieleTableModel object. |
Method Summary | |
---|---|
java.lang.String[] |
getColumnNames()
|
protected void |
initData()
Erzeugt einen Data[][] aus dem Spielervector |
Methods inherited from class de.hattrickorganizer.gui.model.AbstractMatchTableModel |
---|
getColumnClass, getColumnCount, getColumnName, getProgressBar, getRowCount, getValue, getValueAt, isCellEditable, isHomeMatch, setValueAt, setValues |
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 |
Field Detail |
---|
public static final java.lang.String[] columnNames
Constructor Detail |
---|
public MatchResultTableModel(IMatchResult matchresults, boolean isHome)
vErgebnisse
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
protected void initData()
initData
in class AbstractMatchTableModel
public java.lang.String[] getColumnNames()
getColumnNames
in class AbstractMatchTableModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |