Uses of Interface
org.openstreetmap.josm.actions.downloadtasks.DownloadTask
-
Packages that use DownloadTask Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser). -
-
Uses of DownloadTask in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement DownloadTask Modifier and Type Class Description private static class
DownloadOsmInViewAction.DownloadOsmInViewTask
Fields in org.openstreetmap.josm.actions with type parameters of type DownloadTask Modifier and Type Field Description protected List<Class<? extends DownloadTask>>
OpenLocationAction. downloadTasks
the list of download tasksMethods in org.openstreetmap.josm.actions that return types with arguments of type DownloadTask Modifier and Type Method Description (package private) Collection<DownloadTask>
OpenLocationAction. askWhichTasksToLoad(Collection<DownloadTask> tasks)
Asks the user which of the possible tasks to perform.Collection<DownloadTask>
OpenLocationAction. findDownloadTasks(String url, boolean isRemotecontrol)
Replies the list of download tasks accepting the given url.Method parameters in org.openstreetmap.josm.actions with type arguments of type DownloadTask Modifier and Type Method Description boolean
OpenLocationAction. addDownloadTaskClass(Class<? extends DownloadTask> taskClass)
Adds a new download task to the supported ones.(package private) Collection<DownloadTask>
OpenLocationAction. askWhichTasksToLoad(Collection<DownloadTask> tasks)
Asks the user which of the possible tasks to perform.Constructor parameters in org.openstreetmap.josm.actions with type arguments of type DownloadTask Constructor Description WhichTasksToPerformDialog(JList<DownloadTask> list)
-
Uses of DownloadTask in org.openstreetmap.josm.actions.downloadtasks
Classes in org.openstreetmap.josm.actions.downloadtasks that implement DownloadTask Modifier and Type Class Description class
AbstractChangesetDownloadTask
Common abstract implementation of other changeset download tasks.class
AbstractDownloadTask<T>
Common abstract implementation of other download tasks.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.class
DownloadGeoJsonTask
GeoJson download task.class
DownloadGpsTask
Task allowing to download GPS data.class
DownloadNotesTask
General task for downloading OSM notes.class
DownloadNotesUrlBoundsTask
Specialized task for downloading OSM notes within bounds.class
DownloadNotesUrlIdTask
Specialized task for downloading OSM notes by ID.class
DownloadOsmChangeTask
Task allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).class
DownloadOsmIdTask
Specialized task for downloading OSM objects by ID.class
DownloadOsmTask
Open the download dialog and download the data.class
DownloadOsmUrlTask
Task allowing to download an OSM url containing coordinatesclass
DownloadSessionTask
Task allowing to download JOSM session (*.jos, *.joz file).Fields in org.openstreetmap.josm.actions.downloadtasks declared as DownloadTask Modifier and Type Field Description private DownloadTask
PostDownloadHandler. task
Fields in org.openstreetmap.josm.actions.downloadtasks with type parameters of type DownloadTask Modifier and Type Field Description private List<DownloadTask>
DownloadTaskList. tasks
Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type DownloadTask Modifier and Type Method Description private void
DownloadTaskList. addDownloadTask(ProgressMonitor progressMonitor, DownloadTask dt, Rectangle2D td, int i, int n)
Constructors in org.openstreetmap.josm.actions.downloadtasks with parameters of type DownloadTask Constructor Description PostDownloadHandler(DownloadTask task, Future<?> future)
Creates a newPostDownloadHandler
PostDownloadHandler(DownloadTask task, Future<?> future, Consumer<Collection<Object>> errorReporter)
Creates a newPostDownloadHandler
using a custom error reporter -
Uses of DownloadTask in org.openstreetmap.josm.io.remotecontrol.handler
Fields in org.openstreetmap.josm.io.remotecontrol.handler with type parameters of type DownloadTask Modifier and Type Field Description private Collection<DownloadTask>
ImportHandler. suitableDownloadTasks
-