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 classChangesetContentDownloadTaskThis is an asynchronous task for downloading the changeset content of a collection of changesets.classChangesetHeaderDownloadTaskThis is an asynchronous task for downloading a collection of changesets from the OSM server.classChangesetQueryTaskAsynchronous 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 voidChangesetCacheManager. runDownloadTask(AbstractChangesetDownloadTask task)Runs the given changeset download task.
-