Uses of Interface
org.openstreetmap.josm.data.correction.Correction
-
Packages that use Correction Package Description org.openstreetmap.josm.data.correction Provides the classes for JOSM data correction.org.openstreetmap.josm.gui.correction Provides the classes for JOSM data correction tables. -
-
Uses of Correction in org.openstreetmap.josm.data.correction
Classes in org.openstreetmap.josm.data.correction that implement Correction Modifier and Type Class Description classRoleCorrectionRepresents a change of a singleRelationMemberrole.classTagCorrectionRepresents a change of a single tag. -
Uses of Correction in org.openstreetmap.josm.gui.correction
Classes in org.openstreetmap.josm.gui.correction with type parameters of type Correction Modifier and Type Class Description classCorrectionTableModel<C extends Correction>Abstract correction table model.
-