de.hattrickorganizer.gui.model
Class SmilieEntry

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

public class SmilieEntry
extends DoppelLabelEntry

Zeigt die Warnings und Verletzungen an


Constructor Summary
SmilieEntry()
          Creates a new SmilieEntry object.
 
Method Summary
 int compareTo(java.lang.Object obj)
          TODO Missing Method Documentation
 Spieler getSpieler()
          TODO Missing Method Documentation
 void setSpieler(Spieler spieler)
          TODO Missing Method Documentation
 void updateComponent()
          TODO Missing Method Documentation
 
Methods inherited from class de.hattrickorganizer.gui.templates.DoppelLabelEntry
clear, createComponent, getComponent, getLinks, getRechts, getTableEntryLinks, getTableRechts, setLabels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmilieEntry

public SmilieEntry()
Creates a new SmilieEntry object.

Method Detail

setSpieler

public final void setSpieler(Spieler spieler)
TODO Missing Method Documentation

Parameters:
spieler - TODO Missing Method Parameter Documentation

getSpieler

public final Spieler getSpieler()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

compareTo

public final int compareTo(java.lang.Object obj)
TODO Missing Method Documentation

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

updateComponent

public final void updateComponent()
TODO Missing Method Documentation

Specified by:
updateComponent in interface IHOTableEntry
Overrides:
updateComponent in class DoppelLabelEntry