Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
Modifier and Type | Method and Description |
---|---|
static ChangesetHeaderDownloadTask |
ChangesetHeaderDownloadTask.buildTaskForChangesets(java.util.Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
|
static ChangesetHeaderDownloadTask |
ChangesetHeaderDownloadTask.buildTaskForChangesets(java.awt.Component parent,
java.util.Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
|