| Package | Description |
|---|---|
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.actions.downloadtasks | |
| org.openstreetmap.josm.io.remotecontrol.handler |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Class<? extends DownloadTask>> |
OpenLocationAction.downloadTasks |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DownloadTask> |
OpenLocationAction.findDownloadTasks(java.lang.String url,
boolean isRemotecontrol)
Replies the list of download tasks accepting the given url.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OpenLocationAction.addDownloadTaskClass(java.lang.Class<? extends DownloadTask> taskClass)
Adds a new download task to the supported ones.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDownloadTask
Common abstract implementation of other download tasks
|
class |
DownloadGpsTask
Task allowing to download GPS data.
|
class |
DownloadNotesTask
Task for downloading notes
|
class |
DownloadOsmChangeCompressedTask
Task allowing to download compressed OSM-Change files (gzip and bzip2)
|
class |
DownloadOsmChangeTask
Task allowing to download OsmChange data (http://wiki.openstreetmap.org/wiki/OsmChange).
|
class |
DownloadOsmCompressedTask
Task allowing to download compressed OSM files (gzip and bzip2)
|
class |
DownloadOsmTask
Open the download dialog and download the data.
|
class |
DownloadOsmUrlTask
Task allowing to download an OSM url containing coordinates
|
class |
DownloadSessionTask
Task allowing to download JOSM session (*.jos, *.joz file).
|
| Modifier and Type | Field and Description |
|---|---|
private DownloadTask |
PostDownloadHandler.task |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<DownloadTask> |
DownloadTaskList.tasks |
| Modifier and Type | Method and Description |
|---|---|
private void |
DownloadTaskList.addDownloadTask(DownloadTask dt,
java.awt.geom.Rectangle2D td,
int i,
int n) |
| Constructor and Description |
|---|
PostDownloadHandler(DownloadTask task,
java.util.concurrent.Future<?>... futures)
constructor
|
PostDownloadHandler(DownloadTask task,
java.util.concurrent.Future<?> future)
constructor
|
PostDownloadHandler(DownloadTask task,
java.util.List<java.util.concurrent.Future<?>> futures)
constructor
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<DownloadTask> |
ImportHandler.suitableDownloadTasks |