org.openstreetmap.josm.gui.download
Interface DownloadSelection

All Known Implementing Classes:
BookmarkSelection, BoundingBoxSelection, PlaceSelection, SlippyMapChooser, TileSelection

public interface DownloadSelection


Method Summary
 void addGui(DownloadDialog gui)
          Add the GUI elements to the dialog.
 void setDownloadArea(Bounds area)
          Sets the current download area.
 

Method Detail

addGui

void addGui(DownloadDialog gui)
Add the GUI elements to the dialog.


setDownloadArea

void setDownloadArea(Bounds area)
Sets the current download area. The area may be null to clear the current download area.

Parameters:
are - the current download area


JOSM