Uses of Class
org.openstreetmap.josm.actions.downloadtasks.AbstractChangesetDownloadTask
-
Packages that use AbstractChangesetDownloadTask Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them). -
-
Uses of AbstractChangesetDownloadTask in org.openstreetmap.josm.actions.downloadtasks
Subclasses of AbstractChangesetDownloadTask in org.openstreetmap.josm.actions.downloadtasks Modifier and Type Class Description class
ChangesetContentDownloadTask
This is an asynchronous task for downloading the changeset content of a collection of changesets.class
ChangesetHeaderDownloadTask
This is an asynchronous task for downloading a collection of changesets from the OSM server.class
ChangesetQueryTask
Asynchronous task to send a changeset query to the OSM API. -
Uses of AbstractChangesetDownloadTask in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type AbstractChangesetDownloadTask Modifier and Type Method Description void
ChangesetCacheManager. runDownloadTask(AbstractChangesetDownloadTask task)
Runs the given changeset download task.
-