Uses of Class
org.openstreetmap.josm.gui.download.AbstractDownloadSourcePanel
-
Packages that use AbstractDownloadSourcePanel Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of AbstractDownloadSourcePanel in org.openstreetmap.josm.gui.download
Subclasses of AbstractDownloadSourcePanel in org.openstreetmap.josm.gui.download Modifier and Type Class 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.Fields in org.openstreetmap.josm.gui.download with type parameters of type AbstractDownloadSourcePanel Modifier and Type Field Description private java.util.List<AbstractDownloadSourcePanel<?>>
DownloadDialog.DownloadSourceTabs. allPanels
Methods in org.openstreetmap.josm.gui.download that return AbstractDownloadSourcePanel Modifier and Type Method Description AbstractDownloadSourcePanel<T>
DownloadSource. createPanel(DownloadDialog dialog)
Creates a panel with GUI specific for the download source.AbstractDownloadSourcePanel<java.util.List<IDownloadSourceType>>
OSMDownloadSource. createPanel(DownloadDialog dialog)
AbstractDownloadSourcePanel<OverpassDownloadSource.OverpassDownloadData>
OverpassDownloadSource. createPanel(DownloadDialog dialog)
Methods in org.openstreetmap.josm.gui.download that return types with arguments of type AbstractDownloadSourcePanel Modifier and Type Method 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()
Methods in org.openstreetmap.josm.gui.download with parameters of type AbstractDownloadSourcePanel Modifier and Type Method Description (package private) void
DownloadDialog.DownloadSourceTabs. addPanel(AbstractDownloadSourcePanel<?> panel)
-