Uses of Interface
org.openstreetmap.fma.jtiledownloader.config.DownloadConfigurationSaverIf

Packages that use DownloadConfigurationSaverIf
org.openstreetmap.fma.jtiledownloader.config   
org.openstreetmap.fma.jtiledownloader.datatypes   
org.openstreetmap.fma.jtiledownloader.views.main.inputpanel   
 

Uses of DownloadConfigurationSaverIf in org.openstreetmap.fma.jtiledownloader.config
 

Classes in org.openstreetmap.fma.jtiledownloader.config that implement DownloadConfigurationSaverIf
 class AppConfiguration
           
 

Uses of DownloadConfigurationSaverIf in org.openstreetmap.fma.jtiledownloader.datatypes
 

Classes in org.openstreetmap.fma.jtiledownloader.datatypes that implement DownloadConfigurationSaverIf
 class DownloadJob
           
 

Uses of DownloadConfigurationSaverIf in org.openstreetmap.fma.jtiledownloader.views.main.inputpanel
 

Methods in org.openstreetmap.fma.jtiledownloader.views.main.inputpanel with parameters of type DownloadConfigurationSaverIf
 void UrlSquarePanel.loadConfig(DownloadConfigurationSaverIf configurationSaver)
           
abstract  void InputPanel.loadConfig(DownloadConfigurationSaverIf configurationSave)
           
 void GPXPanel.loadConfig(DownloadConfigurationSaverIf configurationSaver)
           
 void BBoxXYPanel.loadConfig(DownloadConfigurationSaverIf configurationSaver)
           
 void BBoxLatLonPanel.loadConfig(DownloadConfigurationSaverIf configurationSaver)
           
 void UrlSquarePanel.saveConfig(DownloadConfigurationSaverIf configurationSave)
           
abstract  void InputPanel.saveConfig(DownloadConfigurationSaverIf configurationSave)
           
 void GPXPanel.saveConfig(DownloadConfigurationSaverIf configurationSave)
           
 void BBoxXYPanel.saveConfig(DownloadConfigurationSaverIf configurationSave)
           
 void BBoxLatLonPanel.saveConfig(DownloadConfigurationSaverIf configurationSave)