at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
Class PlayList.PlayListCellRenderer

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.viewer.controls.player.PlayList.PlayListCellRenderer
All Implemented Interfaces:
ListCellRenderer
Enclosing class:
PlayList

private class PlayList.PlayListCellRenderer
extends Object
implements ListCellRenderer


Field Summary
private  JLabel l
           
 
Constructor Summary
PlayList.PlayListCellRenderer()
           
 
Method Summary
 Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l

private JLabel l
Constructor Detail

PlayList.PlayListCellRenderer

public PlayList.PlayListCellRenderer()
Method Detail

getListCellRendererComponent

public Component getListCellRendererComponent(JList list,
                                              Object value,
                                              int index,
                                              boolean isSelected,
                                              boolean cellHasFocus)
Specified by:
getListCellRendererComponent in interface ListCellRenderer