Uses of Interface
org.openstreetmap.josm.actions.corrector.ReverseWayTagCorrector.IStringSwitcher
-
Packages that use ReverseWayTagCorrector.IStringSwitcher Package Description org.openstreetmap.josm.actions.corrector Provides the classes for JOSMtag correctors
. -
-
Uses of ReverseWayTagCorrector.IStringSwitcher in org.openstreetmap.josm.actions.corrector
Classes in org.openstreetmap.josm.actions.corrector that implement ReverseWayTagCorrector.IStringSwitcher Modifier and Type Class Description private static class
ReverseWayTagCorrector.StringSwitcher
Fields in org.openstreetmap.josm.actions.corrector declared as ReverseWayTagCorrector.IStringSwitcher Modifier and Type Field Description private static ReverseWayTagCorrector.IStringSwitcher
ReverseWayTagCorrector. COMBINED_SWITCHERS
Methods in org.openstreetmap.josm.actions.corrector that return ReverseWayTagCorrector.IStringSwitcher Modifier and Type Method Description static ReverseWayTagCorrector.IStringSwitcher
ReverseWayTagCorrector.IStringSwitcher. combined(ReverseWayTagCorrector.IStringSwitcher... switchers)
Methods in org.openstreetmap.josm.actions.corrector with parameters of type ReverseWayTagCorrector.IStringSwitcher Modifier and Type Method Description static ReverseWayTagCorrector.IStringSwitcher
ReverseWayTagCorrector.IStringSwitcher. combined(ReverseWayTagCorrector.IStringSwitcher... switchers)
-