Class LayerCheckBoxList.CellRenderer
java.lang.Object
org.locationtech.jtstest.testbuilder.LayerCheckBoxList.CellRenderer
- All Implemented Interfaces:
ListCellRenderer
- Enclosing class:
LayerCheckBoxList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetListCellRendererComponent
(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
-
Field Details
-
checkbox
JCheckBox checkbox
-
-
Constructor Details
-
CellRenderer
protected CellRenderer()
-
-
Method Details
-
getListCellRendererComponent
public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) - Specified by:
getListCellRendererComponent
in interfaceListCellRenderer
-