Uses of Class
org.openstreetmap.josm.gui.layer.gpx.ConvertFromGpxLayerAction.TagConversionDialogResponse
-
Packages that use ConvertFromGpxLayerAction.TagConversionDialogResponse Package Description org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers. -
-
Uses of ConvertFromGpxLayerAction.TagConversionDialogResponse in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx that return ConvertFromGpxLayerAction.TagConversionDialogResponse Modifier and Type Method Description private static ConvertFromGpxLayerAction.TagConversionDialogResponse
ConvertFromGpxLayerAction. showTagConversionDialog(List<String> keys, List<String> listPos, List<String> listNeg)
Shows the TagConversionDialog asking the user whether to keep all, some or no tags
-