Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.io.remotecontrol.handler |
Modifier and Type | Field and Description |
---|---|
protected List<Class<? extends DownloadTask>> |
OpenLocationAction.downloadTasks |
Modifier and Type | Method and Description |
---|---|
Collection<DownloadTask> |
OpenLocationAction.findDownloadTasks(String url)
Replies the list of download tasks accepting the given url.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OpenLocationAction.addDownloadTaskClass(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 |
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 List<DownloadTask> |
DownloadTaskList.tasks |
Modifier and Type | Method and Description |
---|---|
private void |
DownloadTaskList.addDownloadTask(DownloadTask dt,
Rectangle2D td,
int i,
int n) |
Constructor and Description |
---|
PostDownloadHandler(DownloadTask task,
Future<?>... futures)
constructor
|
PostDownloadHandler(DownloadTask task,
Future<?> future)
constructor
|
PostDownloadHandler(DownloadTask task,
List<Future<?>> futures)
constructor
|
Modifier and Type | Field and Description |
---|---|
private Collection<DownloadTask> |
ImportHandler.suitableDownloadTasks |