Uses of Interface
org.openstreetmap.josm.corrector.Correction

Packages that use Correction
org.openstreetmap.josm.corrector   
 

Uses of Correction in org.openstreetmap.josm.corrector
 

Classes in org.openstreetmap.josm.corrector with type parameters of type Correction
 class CorrectionTableModel<C extends Correction>
           
 

Classes in org.openstreetmap.josm.corrector that implement Correction
 class RoleCorrection
           
 class TagCorrection
          TagCorrection reprepresents a change of a single tag.
 



JOSM