Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
Modifier and Type | Method and Description |
---|---|
DownloadSettings |
DownloadDialog.getDownloadSettings(boolean newLayer)
Gets the global settings of the download dialog.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractDownloadSourcePanel.checkDownload(DownloadSettings settings)
Performs the logic needed in case if the user triggered the download
action in
DownloadDialog . |
boolean |
OverpassDownloadSource.OverpassDownloadSourcePanel.checkDownload(DownloadSettings settings) |
boolean |
OSMDownloadSource.OSMDownloadSourcePanel.checkDownload(DownloadSettings settings) |
void |
OSMDownloadSource.doDownload(OSMDownloadSource.OSMDownloadData data,
DownloadSettings settings) |
void |
OverpassDownloadSource.doDownload(OverpassDownloadSource.OverpassDownloadData data,
DownloadSettings settings) |
void |
DownloadSource.doDownload(T data,
DownloadSettings settings)
Downloads the data.
|
void |
AbstractDownloadSourcePanel.triggerDownload(DownloadSettings downloadSettings)
Tells the
DownloadSource to start downloading |