Class JDBCConnectionPanel

java.lang.Object
org.gvsig.newlayer.prov.jdbc.panels.JDBCConnectionPanel
All Implemented Interfaces:
org.gvsig.newlayer.NewLayerProviderPanel, org.gvsig.tools.swing.api.Component

public class JDBCConnectionPanel extends Object implements org.gvsig.newlayer.NewLayerProviderPanel
Author:
gvSIG Team
  • Constructor Details

  • Method Details

    • previousPanel

      public void previousPanel()
      Specified by:
      previousPanel in interface org.gvsig.newlayer.NewLayerProviderPanel
    • enterPanel

      public void enterPanel()
      Specified by:
      enterPanel in interface org.gvsig.newlayer.NewLayerProviderPanel
    • getServerExplorerParameters

      public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getServerExplorerParameters()
    • getIdPanel

      public String getIdPanel()
      Specified by:
      getIdPanel in interface org.gvsig.newlayer.NewLayerProviderPanel
    • getTitlePanel

      public String getTitlePanel()
      Specified by:
      getTitlePanel in interface org.gvsig.newlayer.NewLayerProviderPanel
    • nextPanel

      public void nextPanel()
      Specified by:
      nextPanel in interface org.gvsig.newlayer.NewLayerProviderPanel
    • validatePanel

      public boolean validatePanel() throws org.gvsig.newlayer.spi.NewLayerPanelValidationException
      Specified by:
      validatePanel in interface org.gvsig.newlayer.NewLayerProviderPanel
      Throws:
      org.gvsig.newlayer.spi.NewLayerPanelValidationException
    • asJComponent

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