Class LayerListDialog.LayerVisibleCellEditor
- java.lang.Object
-
- javax.swing.AbstractCellEditor
-
- javax.swing.DefaultCellEditor
-
- org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibleCellEditor
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.CellEditor
,javax.swing.table.TableCellEditor
,javax.swing.tree.TreeCellEditor
- Enclosing class:
- LayerListDialog
private static class LayerListDialog.LayerVisibleCellEditor extends javax.swing.DefaultCellEditor
-
-
Field Summary
Fields Modifier and Type Field Description private LayerListDialog.LayerVisibleCheckBox
cb
-
Constructor Summary
Constructors Constructor Description LayerVisibleCellEditor(LayerListDialog.LayerVisibleCheckBox cb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
-
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
-
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
-
-
-
-
Field Detail
-
cb
private final LayerListDialog.LayerVisibleCheckBox cb
-
-
Constructor Detail
-
LayerVisibleCellEditor
LayerVisibleCellEditor(LayerListDialog.LayerVisibleCheckBox cb)
-
-
Method Detail
-
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
- Specified by:
getTableCellEditorComponent
in interfacejavax.swing.table.TableCellEditor
- Overrides:
getTableCellEditorComponent
in classjavax.swing.DefaultCellEditor
-
-