Package org.gvsig.downloader.swing
Interface DownloaderConfigServicePanel
- All Superinterfaces:
org.gvsig.tools.swing.api.ChangeListenerSupport,org.gvsig.tools.swing.api.Component
public interface DownloaderConfigServicePanel
extends org.gvsig.tools.swing.api.Component, org.gvsig.tools.swing.api.ChangeListenerSupport
- Author:
- jjdelcerro
-
Method Summary
Methods inherited from interface org.gvsig.tools.swing.api.ChangeListenerSupport
addChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListenerMethods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Method Details
-
put
void put(org.gvsig.downloader.DownloaderAuthenticationConfig config) -
fetch
org.gvsig.downloader.DownloaderAuthenticationConfig fetch() -
isTheConfigurationValid
boolean isTheConfigurationValid()
-