Class DownloaderConfigPanelImpl

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

public class DownloaderConfigPanelImpl extends DownloaderConfigPanelView implements org.gvsig.downloader.swing.DownloaderConfigPanel
Author:
jjdelcerro
See Also:
  • Field Details

    • LOGGER

      public static final org.slf4j.Logger LOGGER
  • Constructor Details

    • DownloaderConfigPanelImpl

      public DownloaderConfigPanelImpl()
  • Method Details

    • asJComponent

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

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

      public void refresh()
      Specified by:
      refresh in interface org.gvsig.downloader.swing.DownloaderConfigPanel