de.hattrickorganizer.gui.model
Class SmilieRenderer

java.lang.Object
  extended by de.hattrickorganizer.gui.model.SmilieRenderer
All Implemented Interfaces:
javax.swing.ListCellRenderer

public final class SmilieRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

Renderer für eine Combobox mit SpielerCBItems


Constructor Summary
SmilieRenderer()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(javax.swing.JList jList, java.lang.Object obj, int index, boolean isSelected, boolean cellHasFocus)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmilieRenderer

public SmilieRenderer()
Method Detail

getListCellRendererComponent

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

Specified by:
getListCellRendererComponent in interface javax.swing.ListCellRenderer
Parameters:
jList - TODO Missing Method Parameter Documentation
obj - TODO Missing Method Parameter Documentation
index - TODO Missing Method Parameter Documentation
isSelected - TODO Missing Method Parameter Documentation
cellHasFocus - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation