Class ConvertFromGpxLayerAction.TagConversionDialogRadioButtonActionListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.gpx.ConvertFromGpxLayerAction.TagConversionDialogRadioButtonActionListener
-
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- ConvertFromGpxLayerAction
private static class ConvertFromGpxLayerAction.TagConversionDialogRadioButtonActionListener extends Object implements ActionListener
-
-
Constructor Summary
Constructors Constructor Description TagConversionDialogRadioButtonActionListener(List<JCheckBox> chks, boolean en)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent arg0)
-
-
-
Constructor Detail
-
TagConversionDialogRadioButtonActionListener
TagConversionDialogRadioButtonActionListener(List<JCheckBox> chks, boolean en)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent arg0)
- Specified by:
actionPerformed
in interfaceActionListener
-
-