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 / VCSGisSwingServices.java @ 2381

History | View | Annotate | Download (464 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 javax.swing.ListModel;
9
import javax.swing.tree.TreeModel;
10

    
11
/**
12
 *
13
 * @author fdiaz
14
 */
15
public interface VCSGisSwingServices {
16
    
17
    public TreeModel getFeatureStoresTreeModel();
18

    
19
    public ListModel getFeatureStoresListModel();
20
    
21
}