Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.changeset.query |
Provides classes allowing to query changesets to the OSM API.
|
Class and Description |
---|
AdvancedChangesetQueryPanel
This panel allows to specify a changeset query
|
BasicChangesetQueryPanel
This panel presents a list of basic queries for changesets.
|
BasicChangesetQueryPanel.BasicQuery
Enumeration of basic, predefined queries
|
BBoxRestrictionPanel
This is the panel for selecting whether the query should be restricted to a specific bounding box.
|
DateValidator
Validates dates entered as text in a
JTextComponent . |
OpenAndCloseStateRestrictionPanel
This is the panel for selecting whether the changeset query should be restricted to
open or closed changesets.
|
RestrictionPanel
Defines a panel to apply a restriction to the changeset query.
|
TimeRestrictionPanel
This is the panel to apply a time restriction to the changeset query.
|
TimeValidator
Validates time values entered as text in a
JTextComponent . |
UidInputFieldValidator
Validator for user ids entered in a
JTextComponent . |
UrlBasedQueryPanel
This panel allows to build a changeset query from an URL.
|
UserRestrictionPanel
This is the panel for selecting whether the query should be restricted to a specific user.
|