de.hattrickorganizer.gui.templates
Class SpielerLabelEntry

java.lang.Object
  extended by de.hattrickorganizer.gui.templates.TableEntry
      extended by de.hattrickorganizer.gui.templates.SpielerLabelEntry
All Implemented Interfaces:
java.lang.Comparable, IHOTableEntry

public final class SpielerLabelEntry
extends TableEntry


Constructor Summary
SpielerLabelEntry(ISpieler spieler, SpielerPosition positionAktuell, float positionsbewertung, boolean showTrikot, boolean showWetterwarnung)
          Label für den Spielernamen (je nach Status)
 
Method Summary
 void clear()
          TODO Missing Method Documentation
 int compareTo(java.lang.Object obj)
          Vergleich zum Sortieren
 void createComponent()
          Erstellt eine passende Komponente
 javax.swing.JComponent getComponent(boolean isSelected)
          Gibt eine passende Komponente zurück
 ISpieler getSpieler()
          TODO Missing Method Documentation
 void updateComponent()
          TODO Missing Method Documentation
 void updateComponent(ISpieler spieler, SpielerPosition positionAktuell, float positionsbewertung)
          Aktualisierung des Entrys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpielerLabelEntry

public SpielerLabelEntry(ISpieler spieler,
                         SpielerPosition positionAktuell,
                         float positionsbewertung,
                         boolean showTrikot,
                         boolean showWetterwarnung)
Label für den Spielernamen (je nach Status)

Parameters:
spieler - TODO Missing Constructuor Parameter Documentation
positionAktuell - TODO Missing Constructuor Parameter Documentation
positionsbewertung - TODO Missing Constructuor Parameter Documentation
showTrikot - TODO Missing Constructuor Parameter Documentation
showWetterwarnung - TODO Missing Constructuor Parameter Documentation
Method Detail

getComponent

public final javax.swing.JComponent getComponent(boolean isSelected)
Gibt eine passende Komponente zurück

Specified by:
getComponent in interface IHOTableEntry
Specified by:
getComponent in class TableEntry
Parameters:
isSelected - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getSpieler

public final ISpieler getSpieler()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

clear

public final void clear()
Description copied from class: TableEntry
TODO Missing Method Documentation

Specified by:
clear in interface IHOTableEntry
Specified by:
clear in class TableEntry

compareTo

public final int compareTo(java.lang.Object obj)
Vergleich zum Sortieren

Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in interface IHOTableEntry
Specified by:
compareTo in class TableEntry
Parameters:
obj - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createComponent

public final void createComponent()
Erstellt eine passende Komponente

Specified by:
createComponent in interface IHOTableEntry
Specified by:
createComponent in class TableEntry

updateComponent

public final void updateComponent()
TODO Missing Method Documentation

Specified by:
updateComponent in interface IHOTableEntry
Specified by:
updateComponent in class TableEntry

updateComponent

public final void updateComponent(ISpieler spieler,
                                  SpielerPosition positionAktuell,
                                  float positionsbewertung)
Aktualisierung des Entrys

Parameters:
spieler - TODO Missing Constructuor Parameter Documentation
positionAktuell - TODO Missing Constructuor Parameter Documentation
positionsbewertung - TODO Missing Constructuor Parameter Documentation