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 class
RoleCorrection
Represents a change of a singleRelationMember
role.class
TagCorrection
Represents 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 class
CorrectionTableModel<C extends Correction>
Abstract correction table model.
-