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 Summary
Constructors Constructor Description CheckBoxCellRenderer()
-
Method Summary
Modifier and Type Method Description Component
getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)
-
Constructor Details
-
CheckBoxCellRenderer
public CheckBoxCellRenderer()
-
-
Method Details
-
getListCellRendererComponent
public Component getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)- Specified by:
getListCellRendererComponent
in interfaceListCellRenderer<E>
-