Package com.illumon.iris.gui.widget
Class JCheckBoxList.CheckBoxCellRenderer
java.lang.Object
com.illumon.iris.gui.widget.JCheckBoxList.CheckBoxCellRenderer
- All Implemented Interfaces:
- ListCellRenderer<E>
- Enclosing class:
- JCheckBoxList<E>
public class JCheckBoxList.CheckBoxCellRenderer extends Object implements ListCellRenderer<E>
- 
Constructor SummaryConstructors Constructor Description CheckBoxCellRenderer()
- 
Method SummaryModifier and Type Method Description ComponentgetListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)
- 
Constructor Details- 
CheckBoxCellRendererpublic CheckBoxCellRenderer()
 
- 
- 
Method Details- 
getListCellRendererComponentpublic Component getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)- Specified by:
- getListCellRendererComponentin interface- ListCellRenderer<E>
 
 
-