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 DownloadSettingsDownloadDialog. 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 booleanAbstractDownloadSourcePanel. checkDownload(DownloadSettings settings)Performs the logic needed in case if the user triggered the download action inDownloadDialog.booleanOSMDownloadSource.OSMDownloadSourcePanel. checkDownload(DownloadSettings settings)booleanOverpassDownloadSource.OverpassDownloadSourcePanel. checkDownload(DownloadSettings settings)voidDownloadSource. doDownload(T data, DownloadSettings settings)Downloads the data.voidOSMDownloadSource. doDownload(java.util.List<IDownloadSourceType> data, DownloadSettings settings)voidOverpassDownloadSource. doDownload(OverpassDownloadSource.OverpassDownloadData data, DownloadSettings settings)voidAbstractDownloadSourcePanel. triggerDownload(DownloadSettings downloadSettings)Tells theDownloadSourceto start downloading
-