de.hattrickorganizer.gui.model
Class SpielerCBItem

java.lang.Object
  extended by de.hattrickorganizer.gui.model.SpielerCBItem
All Implemented Interfaces:
java.lang.Comparable, ISpielerComboboxItem

public class SpielerCBItem
extends java.lang.Object
implements ISpielerComboboxItem

TODO Missing Class Documentation

Author:
TODO Author Name

Field Summary
 SpielerLabelEntry m_clEntry
          TODO Missing Parameter Documentation
static javax.swing.JLabel m_jlLeer
          TODO Missing Parameter Documentation
 
Constructor Summary
SpielerCBItem(java.lang.String text, float poswert, ISpieler spieler)
          Creates a new SpielerCBItem object.
 
Method Summary
 int compareTo(java.lang.Object obj)
          TODO Missing Method Documentation
 boolean equals(java.lang.Object obj)
          TODO Missing Method Documentation
 java.awt.Component getListCellRendererComponent(javax.swing.JList jList, java.lang.Object obj, int index, boolean isSelected, boolean cellHasFocus)
           
 float getPositionsBewertung()
          TODO Missing Method Documentation
 ISpieler getSpieler()
          TODO Missing Method Documentation
 java.lang.String getText()
          TODO Missing Method Documentation
 void setPositionsBewertung(float m_sPositionsBewertung)
          TODO Missing Method Documentation
 void setSpieler(ISpieler spieler)
          TODO Missing Method Documentation
 void setText(java.lang.String text)
          TODO Missing Method Documentation
 void setValues(java.lang.String text, float poswert, ISpieler spieler)
          TODO Missing Method Documentation
 java.lang.String toString()
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_jlLeer

public static javax.swing.JLabel m_jlLeer
TODO Missing Parameter Documentation


m_clEntry

public SpielerLabelEntry m_clEntry
TODO Missing Parameter Documentation

Constructor Detail

SpielerCBItem

public SpielerCBItem(java.lang.String text,
                     float poswert,
                     ISpieler spieler)
Creates a new SpielerCBItem object.

Parameters:
text - TODO Missing Constructuor Parameter Documentation
poswert - TODO Missing Constructuor Parameter Documentation
spieler - TODO Missing Constructuor Parameter Documentation
Method Detail

getListCellRendererComponent

public final java.awt.Component getListCellRendererComponent(javax.swing.JList jList,
                                                             java.lang.Object obj,
                                                             int index,
                                                             boolean isSelected,
                                                             boolean cellHasFocus)

setPositionsBewertung

public final void setPositionsBewertung(float m_sPositionsBewertung)
TODO Missing Method Documentation

Parameters:
m_sPositionsBewertung - TODO Missing Method Parameter Documentation

getPositionsBewertung

public final float getPositionsBewertung()
TODO Missing Method Documentation

Specified by:
getPositionsBewertung in interface ISpielerComboboxItem
Returns:
TODO Missing Return Method Documentation

setSpieler

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

Parameters:
spieler - TODO Missing Method Parameter Documentation

getSpieler

public final ISpieler getSpieler()
TODO Missing Method Documentation

Specified by:
getSpieler in interface ISpielerComboboxItem
Returns:
TODO Missing Return Method Documentation

setText

public final void setText(java.lang.String text)
TODO Missing Method Documentation

Parameters:
text - TODO Missing Method Parameter Documentation

getText

public final java.lang.String getText()
TODO Missing Method Documentation

Specified by:
getText in interface ISpielerComboboxItem
Returns:
TODO Missing Return Method Documentation

setValues

public final void setValues(java.lang.String text,
                            float poswert,
                            ISpieler spieler)
TODO Missing Method Documentation

Specified by:
setValues in interface ISpielerComboboxItem
Parameters:
text - TODO Missing Method Parameter Documentation
poswert - TODO Missing Method Parameter Documentation
spieler - TODO Missing Method Parameter 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 ISpielerComboboxItem
Parameters:
obj - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

equals

public final boolean equals(java.lang.Object obj)
TODO Missing Method Documentation

Overrides:
equals in class java.lang.Object
Parameters:
obj - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

toString

public final java.lang.String toString()
TODO Missing Method Documentation

Overrides:
toString in class java.lang.Object
Returns:
TODO Missing Return Method Documentation