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

    Modifier and Type
    Method
    Description
    org.gvsig.downloader.DownloaderAuthenticationConfig
     
    boolean
     
    void
    put(org.gvsig.downloader.DownloaderAuthenticationConfig config)
     

    Methods inherited from interface org.gvsig.tools.swing.api.ChangeListenerSupport

    addChangeListener, getChangeListeners, hasChangeListeners, removeAllChangeListener, removeChangeListener

    Methods 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()