Uses of Interface
org.openstreetmap.josm.gui.dialogs.changeset.query.RestrictionPanel
-
Packages that use RestrictionPanel Package Description org.openstreetmap.josm.gui.dialogs.changeset.query Provides classes allowing to query changesets to the OSM API. -
-
Uses of RestrictionPanel in org.openstreetmap.josm.gui.dialogs.changeset.query
Classes in org.openstreetmap.josm.gui.dialogs.changeset.query that implement RestrictionPanel Modifier and Type Class Description class
BBoxRestrictionPanel
This is the panel for selecting whether the query should be restricted to a specific bounding box.class
OpenAndCloseStateRestrictionPanel
This is the panel for selecting whether the changeset query should be restricted to open or closed changesets.class
TimeRestrictionPanel
This is the panel to apply a time restriction to the changeset query.class
UserRestrictionPanel
This is the panel for selecting whether the query should be restricted to a specific user.
-