Class LayerListDialog.LayerVisibleCellRenderer
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellRenderer
-
- All Implemented Interfaces:
TableCellRenderer
- Enclosing class:
- LayerListDialog
private static class LayerListDialog.LayerVisibleCellRenderer extends Object implements TableCellRenderer
-
-
Field Summary
Fields Modifier and Type Field Description private LayerListDialog.LayerVisibleCheckBox
cb
-
Constructor Summary
Constructors Constructor Description LayerVisibleCellRenderer()
Constructs a newLayerVisibleCellRenderer
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
-
-
-
Field Detail
-
cb
private final LayerListDialog.LayerVisibleCheckBox cb
-
-
Constructor Detail
-
LayerVisibleCellRenderer
LayerVisibleCellRenderer()
Constructs a newLayerVisibleCellRenderer
.
-
-
Method Detail
-
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
- Specified by:
getTableCellRendererComponent
in interfaceTableCellRenderer
-
-