Uses of Class
org.openstreetmap.josm.corrector.TagCorrection

Packages that use TagCorrection
org.openstreetmap.josm.corrector   
 

Uses of TagCorrection in org.openstreetmap.josm.corrector
 

Method parameters in org.openstreetmap.josm.corrector with type arguments of type TagCorrection
protected  java.util.Collection<Command> TagCorrector.applyCorrections(java.util.Map<OsmPrimitive,java.util.List<TagCorrection>> tagCorrectionsMap, java.util.Map<OsmPrimitive,java.util.List<RoleCorrection>> roleCorrectionMap, java.lang.String description)
           
 

Constructor parameters in org.openstreetmap.josm.corrector with type arguments of type TagCorrection
TagCorrectionTable(java.util.List<TagCorrection> tagCorrections)
           
TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
           
 



JOSM