Class DownloaderConfigServicePanelImpl

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.downloader.swing.DownloaderConfigServicePanel, org.gvsig.tools.swing.api.ChangeListenerSupport, org.gvsig.tools.swing.api.Component

public class DownloaderConfigServicePanelImpl extends DownloaderConfigServicePanelView implements org.gvsig.tools.swing.api.ChangeListenerSupport, org.gvsig.downloader.swing.DownloaderConfigServicePanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • DownloaderConfigServicePanelImpl

      public DownloaderConfigServicePanelImpl()
    • DownloaderConfigServicePanelImpl

      public DownloaderConfigServicePanelImpl(String theServiceUrl)
  • Method Details

    • clear

      public void clear()
    • put

      public void put(org.gvsig.downloader.DownloaderAuthenticationConfig config)
      Specified by:
      put in interface org.gvsig.downloader.swing.DownloaderConfigServicePanel
    • fetch

      public org.gvsig.downloader.DownloaderAuthenticationConfig fetch()
      Specified by:
      fetch in interface org.gvsig.downloader.swing.DownloaderConfigServicePanel
    • isTheConfigurationValid

      public boolean isTheConfigurationValid()
      Specified by:
      isTheConfigurationValid in interface org.gvsig.downloader.swing.DownloaderConfigServicePanel
    • loadImage

      public ImageIcon loadImage(String imageName)
      Description copied from class: DownloaderConfigServicePanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class DownloaderConfigServicePanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • addChangeListener

      public void addChangeListener(ChangeListener listener)
      Specified by:
      addChangeListener in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • getChangeListeners

      public ChangeListener[] getChangeListeners()
      Specified by:
      getChangeListeners in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • removeChangeListener

      public void removeChangeListener(ChangeListener listener)
      Specified by:
      removeChangeListener in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • removeAllChangeListener

      public void removeAllChangeListener()
      Specified by:
      removeAllChangeListener in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • hasChangeListeners

      public boolean hasChangeListeners()
      Specified by:
      hasChangeListeners in interface org.gvsig.tools.swing.api.ChangeListenerSupport
    • selfRegister

      public static void selfRegister()
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component