de.hattrickorganizer.gui.model
Class PlayerAnalysisModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by de.hattrickorganizer.gui.model.HOColumnModel
          extended by de.hattrickorganizer.gui.model.PlayerAnalysisModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class PlayerAnalysisModel
extends HOColumnModel

Since:
1.36
Author:
Thorsten Dietz
See Also:
Serialized Form

Field Summary
 
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
PlayerAnalysisModel(int id, int instance)
          constructor
 
Method Summary
protected  void initData()
          create a data[][] from player-Vector
 void setValues(java.util.Vector spielermatchCBItem)
          Spieler 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
 

Constructor Detail

PlayerAnalysisModel

public PlayerAnalysisModel(int id,
                           int instance)
constructor

Method Detail

initData

protected void initData()
create a data[][] from player-Vector

Specified by:
initData in class HOColumnModel

setValues

public final void setValues(java.util.Vector spielermatchCBItem)
Spieler neu setzen

Parameters:
spielermatchCBItem - TODO Missing Constructuor Parameter Documentation