Uses of Class
org.openstreetmap.fma.jtiledownloader.views.main.inputpanel.BBoxLatLonPanel

Packages that use BBoxLatLonPanel
org.openstreetmap.fma.jtiledownloader.views.main.slippymap   
 

Uses of BBoxLatLonPanel in org.openstreetmap.fma.jtiledownloader.views.main.slippymap
 

Fields in org.openstreetmap.fma.jtiledownloader.views.main.slippymap declared as BBoxLatLonPanel
private  BBoxLatLonPanel SlippyMapChooser.bboxlatlonpanel
           
 

Constructors in org.openstreetmap.fma.jtiledownloader.views.main.slippymap with parameters of type BBoxLatLonPanel
SlippyMapChooser(BBoxLatLonPanel bboxlatlonpanel, java.lang.String tileDirectory, TileProviderIf tileProvider)
          Create the chooser component.
SlippyMapChooserWindow(BBoxLatLonPanel bboxlatlonpanel, TileProviderIf tileProvider, java.lang.String tileDirectory)