Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Modifier and Type | Field and Description |
---|---|
private DownloadDialog |
SlippyMapChooser.iGui |
private static DownloadDialog |
DownloadDialog.instance
the unique instance of the download dialog
|
private DownloadDialog |
BookmarkSelection.parent
the parent download GUI
|
private DownloadDialog |
BoundingBoxSelection.parent |
private DownloadDialog |
PlaceSelection.parent |
private DownloadDialog |
TileSelection.parent |
Modifier and Type | Method and Description |
---|---|
static DownloadDialog |
DownloadDialog.getInstance()
Replies the unique instance of the download dialog
|
Modifier and Type | Method and Description |
---|---|
void |
BookmarkSelection.addGui(DownloadDialog gui) |
void |
BoundingBoxSelection.addGui(DownloadDialog gui) |
void |
PlaceSelection.addGui(DownloadDialog gui)
Adds a new tab to the download dialog in JOSM.
|
void |
SlippyMapChooser.addGui(DownloadDialog gui) |
void |
DownloadSelection.addGui(DownloadDialog gui)
Add the GUI elements to the dialog.
|
void |
TileSelection.addGui(DownloadDialog gui) |
private boolean |
BoundingBoxSelection.parseURL(DownloadDialog gui) |