Class AdvancedCorrelationSettingsDialog.CheckBoxActionListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.geoimage.AdvancedCorrelationSettingsDialog.CheckBoxActionListener
-
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- AdvancedCorrelationSettingsDialog
protected static class AdvancedCorrelationSettingsDialog.CheckBoxActionListener extends Object implements ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description private JComponent[]
comps
-
Constructor Summary
Constructors Constructor Description CheckBoxActionListener(JComponent... c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
setEnabled(JCheckBox cb)
-
-
-
Field Detail
-
comps
private final JComponent[] comps
-
-
Constructor Detail
-
CheckBoxActionListener
CheckBoxActionListener(JComponent... c)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
setEnabled
public void setEnabled(JCheckBox cb)
-
-