Uses of Class
org.openstreetmap.josm.gui.download.DownloadDialog
-
Packages that use DownloadDialog Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of DownloadDialog in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as DownloadDialog Modifier and Type Field Description private DownloadDialogSlippyMapChooser. iGuiprivate static DownloadDialogDownloadDialog. instancethe unique instance of the download dialogprivate DownloadDialogBookmarkSelection. parentthe parent download GUIprivate DownloadDialogBoundingBoxSelection. parentprivate DownloadDialogPlaceSelection. parentprivate DownloadDialogTileSelection. parentMethods in org.openstreetmap.josm.gui.download that return DownloadDialog Modifier and Type Method Description static DownloadDialogDownloadDialog. getInstance()Replies the unique instance of the download dialogMethods in org.openstreetmap.josm.gui.download with parameters of type DownloadDialog Modifier and Type Method Description voidBookmarkSelection. addGui(DownloadDialog gui)voidBoundingBoxSelection. addGui(DownloadDialog gui)voidDownloadSelection. addGui(DownloadDialog gui)Add the GUI elements to the dialog.voidPlaceSelection. addGui(DownloadDialog gui)Adds a new tab to the download dialog in JOSM.voidSlippyMapChooser. addGui(DownloadDialog gui)voidTileSelection. addGui(DownloadDialog gui)AbstractDownloadSourcePanel<T>DownloadSource. createPanel(DownloadDialog dialog)Creates a panel with GUI specific for the download source.AbstractDownloadSourcePanel<java.util.List<IDownloadSourceType>>OSMDownloadSource. createPanel(DownloadDialog dialog)AbstractDownloadSourcePanel<OverpassDownloadSource.OverpassDownloadData>OverpassDownloadSource. createPanel(DownloadDialog dialog)private booleanBoundingBoxSelection. parseURL(DownloadDialog gui)Constructors in org.openstreetmap.josm.gui.download with parameters of type DownloadDialog Constructor Description OSMDownloadSourcePanel(OSMDownloadSource ds, DownloadDialog dialog)Creates a newOSMDownloadSource.OSMDownloadSourcePanel.
-