Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
OSMDownloadSource
Class defines the way data is fetched from the OSM server.
|
class |
OverpassDownloadSource
Class defines the way data is fetched from Overpass API.
|
Modifier and Type | Field and Description |
---|---|
protected DownloadSource<T> |
AbstractDownloadSourcePanel.downloadSource
The download source of this panel.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.List<DownloadSource<?>> |
DownloadDialog.downloadSources |
Modifier and Type | Method and Description |
---|---|
DownloadSource<T> |
AbstractDownloadSourcePanel.getDownloadSource()
Gets the download source of this panel.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
DownloadDialog.addDownloadSource(DownloadSource<T> downloadSource)
Adds a new download source to the download dialog if it is not added.
|
protected <T> void |
DownloadDialog.addNewDownloadSourceTab(DownloadSource<T> downloadSource)
Adds the download source to the download sources tab.
|
void |
DownloadDialog.DownloadSourceTabs.downloadSourceAdded(DownloadSource<?> source) |
void |
DownloadSourceListener.downloadSourceAdded(DownloadSource<?> source)
Called when a download source has been added.
|
Constructor and Description |
---|
AbstractDownloadSourcePanel(DownloadSource<T> downloadSource)
Called when creating a new
AbstractDownloadSourcePanel for the given download source |