se.liu.ida.critiquer.gui
Class CheckBoxList.CellRenderer

java.lang.Object
  extended by se.liu.ida.critiquer.gui.CheckBoxList.CellRenderer
All Implemented Interfaces:
ListCellRenderer
Enclosing class:
CheckBoxList

protected class CheckBoxList.CellRenderer
extends Object
implements ListCellRenderer


Constructor Summary
protected CheckBoxList.CellRenderer()
           
 
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
 

Constructor Detail

CheckBoxList.CellRenderer

protected CheckBoxList.CellRenderer()
Method Detail

getListCellRendererComponent

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