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 classBBoxRestrictionPanelThis is the panel for selecting whether the query should be restricted to a specific bounding box.classOpenAndCloseStateRestrictionPanelThis is the panel for selecting whether the changeset query should be restricted to open or closed changesets.classTimeRestrictionPanelThis is the panel to apply a time restriction to the changeset query.classUserRestrictionPanelThis is the panel for selecting whether the query should be restricted to a specific user.
-