Interface JDBCConnectionDialog

All Superinterfaces:
org.gvsig.tools.swing.api.Component

public interface JDBCConnectionDialog extends org.gvsig.tools.swing.api.Component
Author:
jjdelcerro
  • Method Details

    • getConnectionName

      String getConnectionName()
    • getServerExplorerParameters

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

      org.gvsig.tools.util.LabeledValue<org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters> getLabeledServerExplorerParameters()
    • isCanceled

      boolean isCanceled()
    • showDialog

      void showDialog()
    • showDialog

      void showDialog(String title, org.gvsig.tools.swing.api.windowmanager.WindowManager.MODE mode)