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 DownloadDialog
SlippyMapChooser. iGui
private static DownloadDialog
DownloadDialog. instance
the unique instance of the download dialogprivate DownloadDialog
BookmarkSelection. parent
the parent download GUIprivate DownloadDialog
BoundingBoxSelection. parent
private DownloadDialog
PlaceSelection. parent
private DownloadDialog
TileSelection. parent
Methods in org.openstreetmap.josm.gui.download that return DownloadDialog Modifier and Type Method Description static DownloadDialog
DownloadDialog. 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 void
BookmarkSelection. addGui(DownloadDialog gui)
void
BoundingBoxSelection. addGui(DownloadDialog gui)
void
DownloadSelection. addGui(DownloadDialog gui)
Add the GUI elements to the dialog.void
PlaceSelection. addGui(DownloadDialog gui)
Adds a new tab to the download dialog in JOSM.void
SlippyMapChooser. addGui(DownloadDialog gui)
void
TileSelection. 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 boolean
BoundingBoxSelection. 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
.
-