Uses of Interface
org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.TileSourceProvider

Packages that use SlippyMapBBoxChooser.TileSourceProvider
org.openstreetmap.josm.gui.bbox   
 

Uses of SlippyMapBBoxChooser.TileSourceProvider in org.openstreetmap.josm.gui.bbox
 

Classes in org.openstreetmap.josm.gui.bbox that implement SlippyMapBBoxChooser.TileSourceProvider
static class SlippyMapBBoxChooser.TMSTileSourceProvider
          TMS TileSource provider for the slippymap chooser
 

Fields in org.openstreetmap.josm.gui.bbox with type parameters of type SlippyMapBBoxChooser.TileSourceProvider
private static java.util.concurrent.CopyOnWriteArrayList<SlippyMapBBoxChooser.TileSourceProvider> SlippyMapBBoxChooser.providers
           
 

Methods in org.openstreetmap.josm.gui.bbox with parameters of type SlippyMapBBoxChooser.TileSourceProvider
static void SlippyMapBBoxChooser.addTileSourceProvider(SlippyMapBBoxChooser.TileSourceProvider tileSourceProvider)
          Plugins that wish to add custom tile sources to slippy map choose should call this method
 



JOSM