de.hattrickorganizer.gui.model
Class WetterRenderer

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

public class WetterRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

Renderer für eine Combobox mit SpielerCBItems


Field Summary
 ColorLabelEntry m_clEntry
          TODO Missing Parameter Documentation
 javax.swing.JLabel m_jlLeer
          TODO Missing Parameter Documentation
 
Constructor Summary
WetterRenderer()
           
 
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
 

Field Detail

m_clEntry

public ColorLabelEntry m_clEntry
TODO Missing Parameter Documentation


m_jlLeer

public javax.swing.JLabel m_jlLeer
TODO Missing Parameter Documentation

Constructor Detail

WetterRenderer

public WetterRenderer()
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