plugins
Interface ISpielerComboboxItem

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
SpielerCBItem

public interface ISpielerComboboxItem
extends java.lang.Comparable

Items for a JCombobox, if you use IGUI.addPlayerComboboxRenderer to add the Renderer to the Combobox

Author:
Pirania

Method Summary
 int compareTo(java.lang.Object obj)
          TODO Missing Method Documentation
 float getPositionsBewertung()
          TODO Missing Method Documentation
 ISpieler getSpieler()
          TODO Missing Method Documentation
 java.lang.String getText()
          TODO Missing Method Documentation
 void setValues(java.lang.String text, float poswert, ISpieler spieler)
          DOCUMENT ME!
 

Method Detail

getPositionsBewertung

float getPositionsBewertung()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getSpieler

ISpieler getSpieler()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getText

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

Returns:
TODO Missing Return Method Documentation

setValues

void setValues(java.lang.String text,
               float poswert,
               ISpieler spieler)
DOCUMENT ME!

Parameters:
text - Shown text, usually spieler.getName()
poswert - Rating for the actual position
spieler - The player

compareTo

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

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