Uses of Class
org.openstreetmap.fma.jtiledownloader.datatypes.TileDownloadError

Packages that use TileDownloadError
org.openstreetmap.fma.jtiledownloader   
org.openstreetmap.fma.jtiledownloader.cmdline   
org.openstreetmap.fma.jtiledownloader.listener   
org.openstreetmap.fma.jtiledownloader.views.errortilelist   
org.openstreetmap.fma.jtiledownloader.views.progressbar   
 

Uses of TileDownloadError in org.openstreetmap.fma.jtiledownloader
 

Fields in org.openstreetmap.fma.jtiledownloader with type parameters of type TileDownloadError
private  java.util.LinkedList<TileDownloadError> TileListDownloader._errorTileList
           
 

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

Method parameters in org.openstreetmap.fma.jtiledownloader.cmdline with type arguments of type TileDownloadError
 void JTileDownloaderCommandLine.downloadComplete(int errorCount, java.util.ArrayList<TileDownloadError> errorTileList, int updatedTileCount)
           
 

Uses of TileDownloadError in org.openstreetmap.fma.jtiledownloader.listener
 

Method parameters in org.openstreetmap.fma.jtiledownloader.listener with type arguments of type TileDownloadError
 void TileDownloaderListener.downloadComplete(int errorCount, java.util.ArrayList<TileDownloadError> errorTileList, int updatedTileCount)
           
 

Uses of TileDownloadError in org.openstreetmap.fma.jtiledownloader.views.errortilelist
 

Fields in org.openstreetmap.fma.jtiledownloader.views.errortilelist with type parameters of type TileDownloadError
private  java.util.ArrayList<TileDownloadError> ErrorTileListView._errorTileList
           
 

Methods in org.openstreetmap.fma.jtiledownloader.views.errortilelist that return types with arguments of type TileDownloadError
 java.util.ArrayList<TileDownloadError> ErrorTileListView.getErrorTileList()
          Getter for errorTileList
 

Constructor parameters in org.openstreetmap.fma.jtiledownloader.views.errortilelist with type arguments of type TileDownloadError
ErrorTileListView(java.util.ArrayList<TileDownloadError> errorTileList)
           
ErrorTileListViewTableModel(java.util.ArrayList<TileDownloadError> errorTileList)
           
 

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

Method parameters in org.openstreetmap.fma.jtiledownloader.views.progressbar with type arguments of type TileDownloadError
 void ProgressBar.downloadComplete(int errorCount, java.util.ArrayList<TileDownloadError> errorTileList, int updatedTileCount)