Class DefaultJDBCConnectionDialog

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

public class DefaultJDBCConnectionDialog extends DefaultJDBCConnectionDialogView implements org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionDialog
See Also:
  • Constructor Details

    • DefaultJDBCConnectionDialog

      public DefaultJDBCConnectionDialog()
  • Method Details

    • doLoad

      protected void doLoad()
    • doSave

      protected void doSave()
    • doTest

      protected void doTest()
    • doAdvanced

      protected void doAdvanced()
    • doAcept

      protected void doAcept()
    • doCancel

      protected void doCancel()
    • doDelete

      protected void doDelete()
    • showDialog

      public void showDialog()
      Specified by:
      showDialog in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionDialog
    • showDialog

      public void showDialog(String title, org.gvsig.tools.swing.api.windowmanager.WindowManager.MODE mode)
      Specified by:
      showDialog in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionDialog
    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionDialog
    • getServerExplorerParameters

      public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters getServerExplorerParameters()
      Specified by:
      getServerExplorerParameters in interface org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionDialog
    • 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.JDBCConnectionDialog
    • getConnectionName

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

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