visidia.misc
Class CheckBoxList.CellRenderer

java.lang.Object
  extended by visidia.misc.CheckBoxList.CellRenderer
All Implemented Interfaces:
javax.swing.ListCellRenderer
Enclosing class:
CheckBoxList

protected class CheckBoxList.CellRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

The Class CellRenderer.


Constructor Summary
protected CheckBoxList.CellRenderer()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.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 java.awt.Component getListCellRendererComponent(javax.swing.JList list,
                                                       java.lang.Object value,
                                                       int index,
                                                       boolean isSelected,
                                                       boolean cellHasFocus)
Specified by:
getListCellRendererComponent in interface javax.swing.ListCellRenderer