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 else
|
org.openstreetmap.josm.gui.layer.validation |
Provides classes for handling validation layer.
|
Modifier and Type | Method and Description |
---|---|
void |
TestError.visitHighlighted(ValidatorVisitor v)
Visits all highlighted validation elements
|
Modifier and Type | Class and Description |
---|---|
static class |
ValidatorDialog.ValidatorBoundingXYVisitor
A visitor that is used to compute the bounds of an error.
|
Modifier and Type | Class and Description |
---|---|
class |
PaintVisitor
Visitor that highlights the primitives affected by an error
|