Uses of Class
org.openstreetmap.josm.actions.downloadtasks.ChangesetHeaderDownloadTask
-
Packages that use ChangesetHeaderDownloadTask Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
. -
-
Uses of ChangesetHeaderDownloadTask in org.openstreetmap.josm.actions.downloadtasks
Methods in org.openstreetmap.josm.actions.downloadtasks that return ChangesetHeaderDownloadTask Modifier and Type Method Description static ChangesetHeaderDownloadTask
ChangesetHeaderDownloadTask. buildTaskForChangesets(Component parent, Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.static ChangesetHeaderDownloadTask
ChangesetHeaderDownloadTask. buildTaskForChangesets(Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
-