Revision 44419 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.api/src/main/java/org/gvsig/fmap/dal/swing/jdbc/JDBCConnectionDialog.java

View differences:

JDBCConnectionDialog.java
1 1
package org.gvsig.fmap.dal.swing.jdbc;
2 2

  
3 3
import org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters;
4
import org.gvsig.tools.util.LabeledValue;
4 5

  
5 6
/**
6 7
 *
......
11 12
    public String getConnectionName();
12 13

  
13 14
    public JDBCServerExplorerParameters getServerExplorerParameters();
15
    
16
    public LabeledValue<JDBCServerExplorerParameters> getLabeledServerExplorerParameters();
14 17

  
15 18
    public boolean isCanceled();
16 19

  

Also available in: Unified diff