Uses of Class
org.openstreetmap.fma.jtiledownloader.TileListDownloader

Packages that use TileListDownloader
org.openstreetmap.fma.jtiledownloader.cmdline   
org.openstreetmap.fma.jtiledownloader.views.main   
org.openstreetmap.fma.jtiledownloader.views.progressbar   
 

Uses of TileListDownloader in org.openstreetmap.fma.jtiledownloader.cmdline
 

Fields in org.openstreetmap.fma.jtiledownloader.cmdline declared as TileListDownloader
private  TileListDownloader JTileDownloaderCommandLine._tld
           
 

Uses of TileListDownloader in org.openstreetmap.fma.jtiledownloader.views.main
 

Fields in org.openstreetmap.fma.jtiledownloader.views.main declared as TileListDownloader
private  TileListDownloader UpdateTilesPanel._tileListDownloader
           
 

Methods in org.openstreetmap.fma.jtiledownloader.views.main that return TileListDownloader
 TileListDownloader UpdateTilesPanel.getTileListDownloader()
          Getter for tileListDownloader
 

Uses of TileListDownloader in org.openstreetmap.fma.jtiledownloader.views.progressbar
 

Fields in org.openstreetmap.fma.jtiledownloader.views.progressbar declared as TileListDownloader
private  TileListDownloader ProgressBar.downloader
           
 

Constructors in org.openstreetmap.fma.jtiledownloader.views.progressbar with parameters of type TileListDownloader
ProgressBar(int tilesCount, TileListDownloader downloader)