org.openstreetmap.josm.gui.dialogs
Class LayerListDialog.LayerVisibleCellRenderer

java.lang.Object
  extended by org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellRenderer
All Implemented Interfaces:
javax.swing.table.TableCellRenderer
Enclosing class:
LayerListDialog

private static class LayerListDialog.LayerVisibleCellRenderer
extends java.lang.Object
implements javax.swing.table.TableCellRenderer


Field Summary
(package private)  LayerListDialog.LayerVisibleCheckBox cb
           
 
Constructor Summary
LayerListDialog.LayerVisibleCellRenderer()
           
 
Method Summary
 java.awt.Component getTableCellRendererComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cb

LayerListDialog.LayerVisibleCheckBox cb
Constructor Detail

LayerListDialog.LayerVisibleCellRenderer

public LayerListDialog.LayerVisibleCellRenderer()
Method Detail

getTableCellRendererComponent

public java.awt.Component getTableCellRendererComponent(javax.swing.JTable table,
                                                        java.lang.Object value,
                                                        boolean isSelected,
                                                        boolean hasFocus,
                                                        int row,
                                                        int column)
Specified by:
getTableCellRendererComponent in interface javax.swing.table.TableCellRenderer


JOSM