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 classDownloadOsmInViewAction.DownloadOsmInViewTaskFields in org.openstreetmap.josm.actions with type parameters of type DownloadTask Modifier and Type Field Description protected java.util.List<java.lang.Class<? extends DownloadTask>>OpenLocationAction. downloadTasksthe list of download tasksMethods in org.openstreetmap.josm.actions that return types with arguments of type DownloadTask Modifier and Type Method Description (package private) java.util.Collection<DownloadTask>OpenLocationAction. askWhichTasksToLoad(java.util.Collection<DownloadTask> tasks)Asks the user which of the possible tasks to perform.java.util.Collection<DownloadTask>OpenLocationAction. findDownloadTasks(java.lang.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 booleanOpenLocationAction. addDownloadTaskClass(java.lang.Class<? extends DownloadTask> taskClass)Adds a new download task to the supported ones.(package private) java.util.Collection<DownloadTask>OpenLocationAction. askWhichTasksToLoad(java.util.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(javax.swing.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 classAbstractChangesetDownloadTaskCommon abstract implementation of other changeset download tasks.classAbstractDownloadTask<T>Common abstract implementation of other download tasks.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.classDownloadGeoJsonTaskGeoJson download task.classDownloadGpsTaskTask allowing to download GPS data.classDownloadNotesTaskGeneral task for downloading OSM notes.classDownloadNotesUrlBoundsTaskSpecialized task for downloading OSM notes within bounds.classDownloadNotesUrlIdTaskSpecialized task for downloading OSM notes by ID.classDownloadOsmChangeTaskTask allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).classDownloadOsmIdTaskSpecialized task for downloading OSM objects by ID.classDownloadOsmTaskOpen the download dialog and download the data.classDownloadOsmUrlTaskTask allowing to download an OSM url containing coordinatesclassDownloadSessionTaskTask allowing to download JOSM session (*.jos, *.joz file).Fields in org.openstreetmap.josm.actions.downloadtasks declared as DownloadTask Modifier and Type Field Description private DownloadTaskPostDownloadHandler. taskFields in org.openstreetmap.josm.actions.downloadtasks with type parameters of type DownloadTask Modifier and Type Field Description private java.util.List<DownloadTask>DownloadTaskList. tasksMethods in org.openstreetmap.josm.actions.downloadtasks with parameters of type DownloadTask Modifier and Type Method Description private voidDownloadTaskList. addDownloadTask(ProgressMonitor progressMonitor, DownloadTask dt, java.awt.geom.Rectangle2D td, int i, int n)Constructors in org.openstreetmap.josm.actions.downloadtasks with parameters of type DownloadTask Constructor Description PostDownloadHandler(DownloadTask task, java.util.concurrent.Future<?> future)Creates a newPostDownloadHandlerPostDownloadHandler(DownloadTask task, java.util.concurrent.Future<?> future, java.util.function.Consumer<java.util.Collection<java.lang.Object>> errorReporter)Creates a newPostDownloadHandlerusing 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 java.util.Collection<DownloadTask>ImportHandler. suitableDownloadTasks
-