protected class CheckBoxList.CellRenderer extends Object implements ListCellRenderer<E>
| Modifier | Constructor and Description |
|---|---|
protected |
CheckBoxList.CellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getListCellRendererComponent(JList<? extends E> list,
E value,
int index,
boolean isSelected,
boolean cellHasFocus) |
public Component getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)
getListCellRendererComponent in interface ListCellRenderer<E>Copyright © 2003–2015. All rights reserved.