Class CopyXml2dbPanel

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

public class CopyXml2dbPanel extends CopyXml2dbPanelView implements org.gvsig.xml2db.swing.Xml2dbPanel
Author:
jjdelcerro
See Also:
  • Field Details

    • LOGGER

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

    • CopyXml2dbPanel

      public CopyXml2dbPanel()
  • Method Details

    • setDialog

      public void setDialog(org.gvsig.tools.swing.api.windowmanager.Dialog dialog)
      Specified by:
      setDialog in interface org.gvsig.xml2db.swing.Xml2dbPanel
    • asJComponent

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

      public void performAction()
      Specified by:
      performAction in interface org.gvsig.xml2db.swing.Xml2dbPanel
    • addToConnectionPool

      public void addToConnectionPool(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters params, String id)
    • loadImage

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