Uses of Class
org.openstreetmap.josm.gui.download.DownloadDialog

Packages that use DownloadDialog
org.openstreetmap.josm.gui.download   
 

Uses of DownloadDialog in org.openstreetmap.josm.gui.download
 

Fields in org.openstreetmap.josm.gui.download declared as DownloadDialog
private  DownloadDialog SlippyMapChooser.iGui
           
private static DownloadDialog DownloadDialog.instance
          the unique instance of the download dialog
private  DownloadDialog TileSelection.parent
           
private  DownloadDialog BookmarkSelection.parent
          the parent download GUI
private  DownloadDialog PlaceSelection.parent
           
private  DownloadDialog BoundingBoxSelection.parent
           
 

Methods in org.openstreetmap.josm.gui.download that return DownloadDialog
static DownloadDialog DownloadDialog.getInstance()
          Replies the unique instance of the download dialog
 

Methods in org.openstreetmap.josm.gui.download with parameters of type DownloadDialog
 void TileSelection.addGui(DownloadDialog gui)
           
 void BookmarkSelection.addGui(DownloadDialog gui)
           
 void SlippyMapChooser.addGui(DownloadDialog gui)
           
 void PlaceSelection.addGui(DownloadDialog gui)
          Adds a new tab to the download dialog in JOSM.
 void DownloadSelection.addGui(DownloadDialog gui)
          Add the GUI elements to the dialog.
 void BoundingBoxSelection.addGui(DownloadDialog gui)
           
private  boolean BoundingBoxSelection.parseURL(DownloadDialog gui)
           
 



JOSM