Class DefaultJDBCConnectionPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel, org.gvsig.tools.swing.api.Component

public class DefaultJDBCConnectionPanel extends DefaultJDBCConnectionPanelView implements org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
See Also:
  • Constructor Details

    • DefaultJDBCConnectionPanel

      public DefaultJDBCConnectionPanel()
  • Method Details

    • asJComponent

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

      protected void initComponents()
    • setLabeledServerExplorerParameters

      public void setLabeledServerExplorerParameters(org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters> parameters)
      Specified by:
      setLabeledServerExplorerParameters in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • setServerExplorerParameters

      public void setServerExplorerParameters(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters parameters)
      Specified by:
      setServerExplorerParameters in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • getServerExplorerParametersAndRegister

      public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getServerExplorerParametersAndRegister()
      Specified by:
      getServerExplorerParametersAndRegister in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • getServerExplorerParametersWithoutRegister

      public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getServerExplorerParametersWithoutRegister()
      Specified by:
      getServerExplorerParametersWithoutRegister in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • addServerExplorerParametersToThePool

      public void addServerExplorerParametersToThePool(String name, org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters params)
    • getLabeledServerExplorerParameters

      public org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters> getLabeledServerExplorerParameters()
      Specified by:
      getLabeledServerExplorerParameters in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • areTheParametersValid

      public boolean areTheParametersValid()
      Specified by:
      areTheParametersValid in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • getParametersProblems

      public String getParametersProblems()
      Specified by:
      getParametersProblems in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • setConnectionName

      protected void setConnectionName(String connectionName)
    • getConnectionName

      public String getConnectionName()
      Specified by:
      getConnectionName in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • isNewConnection

      public boolean isNewConnection()
      Specified by:
      isNewConnection in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • getConnector

      protected org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getConnector()
    • getConnectorName

      protected String getConnectorName()
    • getServer

      protected String getServer()
    • getPort

      protected int getPort()
    • getDataBaseName

      protected String getDataBaseName()
    • getUsername

      protected String getUsername()
    • getPassword

      protected String getPassword()
    • setConnectorFilter

      public void setConnectorFilter(org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel.ConnectorFilter connectorFilter)
      Specified by:
      setConnectorFilter in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • delete

      public void delete()
      Specified by:
      delete in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel
    • clear

      public void clear()
      Specified by:
      clear in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionPanel