Uses of Class
org.openstreetmap.josm.gui.download.DownloadSettings
-
Packages that use DownloadSettings Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of DownloadSettings in org.openstreetmap.josm.gui.download
Methods in org.openstreetmap.josm.gui.download that return DownloadSettings Modifier and Type Method Description DownloadSettings
DownloadDialog. getDownloadSettings(boolean newLayer)
Gets the global settings of the download dialog.Methods in org.openstreetmap.josm.gui.download with parameters of type DownloadSettings Modifier and Type Method Description abstract boolean
AbstractDownloadSourcePanel. checkDownload(DownloadSettings settings)
Performs the logic needed in case if the user triggered the download action inDownloadDialog
.boolean
OSMDownloadSource.OSMDownloadSourcePanel. checkDownload(DownloadSettings settings)
boolean
OverpassDownloadSource.OverpassDownloadSourcePanel. checkDownload(DownloadSettings settings)
void
DownloadSource. doDownload(T data, DownloadSettings settings)
Downloads the data.void
OSMDownloadSource. doDownload(java.util.List<IDownloadSourceType> data, DownloadSettings settings)
void
OverpassDownloadSource. doDownload(OverpassDownloadSource.OverpassDownloadData data, DownloadSettings settings)
void
AbstractDownloadSourcePanel. triggerDownload(DownloadSettings downloadSettings)
Tells theDownloadSource
to start downloading
-