Revision 44308 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/DataSwingManager.java

View differences:

DataSwingManager.java
39 39
import org.gvsig.fmap.dal.feature.FeatureQuery;
40 40
import org.gvsig.fmap.dal.feature.FeatureStore;
41 41
import org.gvsig.fmap.dal.feature.paging.FeaturePagingHelper;
42
import org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters;
42 43
import org.gvsig.fmap.dal.swing.expressionevaluator.FeatureStoreElement;
43 44
import org.gvsig.fmap.dal.swing.featuretype.AttributeDescriptorPickerController;
44 45
import org.gvsig.fmap.dal.swing.featuretype.FeatureTypeAttributePanel;
......
47 48
import org.gvsig.fmap.dal.swing.searchpanel.FeatureStoreSearchPanel;
48 49
import org.gvsig.tools.dynobject.DynStruct;
49 50
import org.gvsig.tools.swing.api.pickercontroller.PickerController;
51
import org.gvsig.fmap.dal.swing.jdbc.JDBCConnectionDialog;
50 52

  
51 53
/**
52 54
 * @author fdiaz
......
62 64
    public JFeatureForm createJFeatureForm(Feature feature) throws CreateJFeatureFormException;
63 65

  
64 66
    public JDBCConnectionPanel createJDBCConnectionPanel();
67
    
68
    public JDBCConnectionDialog createJDBCConectionDialog();
65 69

  
66 70
    public JExpressionBuilder createQueryFilterExpresion(FeatureStore store);
67 71

  
......
101 105
    public void registerStoreAction(DALActionFactory action);
102 106
    
103 107
    public  Collection<DALActionFactory> getStoreActions();
108

  
109
    public PickerController<JDBCServerExplorerParameters> createJDBCConnectionPickerController(
110
            JComboBox cboConnection, JButton btnConnection
111
    );
104 112
    
105 113
}

Also available in: Unified diff