Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
Modifier and Type | Class and Description |
---|---|
static class |
OSMDownloadSource.OSMDownloadSourcePanel
The GUI representation of the OSM download source.
|
static class |
OverpassDownloadSource.OverpassDownloadSourcePanel
The GUI representation of the Overpass download source.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractDownloadSourcePanel<?>> |
DownloadDialog.DownloadSourceTabs.allPanels |
Modifier and Type | Method and Description |
---|---|
AbstractDownloadSourcePanel<T> |
DownloadSource.createPanel(DownloadDialog dialog)
Creates a panel with GUI specific for the download source.
|
AbstractDownloadSourcePanel<OverpassDownloadSource.OverpassDownloadData> |
OverpassDownloadSource.createPanel(DownloadDialog dialog) |
AbstractDownloadSourcePanel<OSMDownloadSource.OSMDownloadData> |
OSMDownloadSource.createPanel(DownloadDialog dialog) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<AbstractDownloadSourcePanel<?>> |
DownloadDialog.DownloadSourceTabs.getAllPanels() |
(package private) java.util.Optional<AbstractDownloadSourcePanel<?>> |
DownloadDialog.DownloadSourceTabs.getSelectedPanel() |
(package private) java.util.List<AbstractDownloadSourcePanel<?>> |
DownloadDialog.DownloadSourceTabs.getVisiblePanels() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DownloadDialog.DownloadSourceTabs.addPanel(AbstractDownloadSourcePanel<?> panel) |