Statistics
| Revision:

gvsig-projects-pool / org.gvsig.vcsgis / trunk / org.gvsig.vcsgis / org.gvsig.vcsgis.swing / org.gvsig.vcsgis.swing.api / src / main / java / org / gvsig / vcsgis / swing / VCSWorkspacePickerController.java @ 2381

History | View | Annotate | Download (461 Bytes)

1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6
package org.gvsig.vcsgis.swing;
7

    
8
import org.gvsig.vcsgis.lib.VCSGisWorkspace;
9
import org.gvsig.tools.swing.api.pickercontroller.PickerController;
10

    
11
/**
12
 *
13
 * @author gvSIG Team
14
 */
15
public interface VCSWorkspacePickerController extends PickerController<VCSGisWorkspace>{
16
    
17
}