Uses of Interface
org.openstreetmap.josm.gui.download.DownloadSelection

Packages that use DownloadSelection
org.openstreetmap.josm.gui.download   
org.openstreetmap.josm.plugins   
 

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

Classes in org.openstreetmap.josm.gui.download that implement DownloadSelection
 class BookmarkSelection
          DownloadAreaSelector which manages a list of "bookmarks", i.e.
 class BoundingBoxSelection
          Bounding box selector.
 class PlaceSelection
           
 class SlippyMapChooser
          JComponent that displays the slippy map tiles
 class TileSelection
          Tile selector.
 

Fields in org.openstreetmap.josm.gui.download with type parameters of type DownloadSelection
protected  java.util.List<DownloadSelection> DownloadDialog.downloadSelections
           
 

Methods in org.openstreetmap.josm.gui.download with parameters of type DownloadSelection
 void DownloadDialog.boundingBoxChanged(Bounds b, DownloadSelection eventSource)
          Distributes a "bounding box changed" from one DownloadSelection object to the others, so they may update or clear their input fields.
 

Uses of DownloadSelection in org.openstreetmap.josm.plugins
 

Method parameters in org.openstreetmap.josm.plugins with type arguments of type DownloadSelection
 void Plugin.addDownloadSelection(java.util.List<DownloadSelection> list)
          Called in the download dialog to give the plugin a chance to modify the list of bounding box selectors.
static void PluginHandler.addDownloadSelection(java.util.List<DownloadSelection> downloadSelections)
           
 void PluginProxy.addDownloadSelection(java.util.List<DownloadSelection> list)
           
 



JOSM