Package edu.umd.cs.findbugs.gui2
Class CheckBoxList.CellRenderer
java.lang.Object
edu.umd.cs.findbugs.gui2.CheckBoxList.CellRenderer
- All Implemented Interfaces:
ListCellRenderer<E>
- Enclosing class:
- CheckBoxList<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListCellRendererComponent
(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)
-
Constructor Details
-
CellRenderer
protected CellRenderer()
-
-
Method Details
-
getListCellRendererComponent
public Component getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus) - Specified by:
getListCellRendererComponent
in interfaceListCellRenderer<E>
-