Interface DownloadSelection
-
- All Known Implementing Classes:
BookmarkSelection,BoundingBoxSelection,PlaceSelection,SlippyMapChooser,TileSelection
public interface DownloadSelection
A mean to select a download area in the download dialog. Currently each selector implementation is accessible through its dedicated tab.- Since:
- 2344
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddGui(DownloadDialog gui)Add the GUI elements to the dialog.voidsetDownloadArea(Bounds area)Sets the current download area.
-
-
-
Method Detail
-
addGui
void addGui(DownloadDialog gui)
Add the GUI elements to the dialog.- Parameters:
gui- download dialog
-
setDownloadArea
void setDownloadArea(Bounds area)
Sets the current download area. The area may be null to clear the current download area.- Parameters:
area- the current download area
-
-