Class LayerListDialog.ActiveLayerCellRenderer
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.LayerListDialog.ActiveLayerCellRenderer
-
- All Implemented Interfaces:
TableCellRenderer
- Enclosing class:
- LayerListDialog
private static class LayerListDialog.ActiveLayerCellRenderer extends Object implements TableCellRenderer
-
-
Constructor Summary
Constructors Constructor Description ActiveLayerCellRenderer()
Constructs a newActiveLayerCellRenderer
.
-
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)
-
-
-
Constructor Detail
-
ActiveLayerCellRenderer
ActiveLayerCellRenderer()
Constructs a newActiveLayerCellRenderer
.
-
-
Method Detail
-
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
- Specified by:
getTableCellRendererComponent
in interfaceTableCellRenderer
-
-