Uses of Interface
org.openstreetmap.josm.data.validation.ValidatorVisitor
-
Packages that use ValidatorVisitor Package Description org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.layer.validation Provides classes for handling validation layer. -
-
Uses of ValidatorVisitor in org.openstreetmap.josm.data.validation
Methods in org.openstreetmap.josm.data.validation with parameters of type ValidatorVisitor Modifier and Type Method Description void
TestError. visitHighlighted(ValidatorVisitor v)
Visits all highlighted validation elements -
Uses of ValidatorVisitor in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement ValidatorVisitor Modifier and Type Class Description static class
ValidatorDialog.ValidatorBoundingXYVisitor
A visitor that is used to compute the bounds of an error. -
Uses of ValidatorVisitor in org.openstreetmap.josm.gui.layer.validation
Classes in org.openstreetmap.josm.gui.layer.validation that implement ValidatorVisitor Modifier and Type Class Description class
PaintVisitor
Visitor that highlights the primitives affected by an error
-