Revision 3452 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

View differences:

VCSGisSwingServices.java
5 5
 */
6 6
package org.gvsig.vcsgis.swing;
7 7

  
8
import java.util.List;
8 9
import javax.swing.ComboBoxModel;
9 10
import javax.swing.ListModel;
10 11
import javax.swing.tree.TreeModel;
......
39 40

  
40 41
    public void centerActiveViewToGeometry(Geometry geometry);
41 42

  
43
    public void centerViewsHavingAStoreToGeometry(FeatureStore store, Geometry geometry);
44

  
42 45
    public void zoomActiveViewToGeometry(Geometry geometry);
43 46

  
47
    public void zoomViewsHavingAStoreToGeometry(FeatureStore store, Geometry geometry);
48

  
44 49
    public void cleanHighligthed();
45 50
    
51
    public void cleanActiveViewHighligthed();
52
    
46 53
    public void refreshDocument(FeatureStore store);
47 54

  
48 55
    public void highlight(int mode, Geometry geometry);
49 56
    
57
    public void highlight(int mode, Geometry geom, FeatureStore store);
58
    
50 59
    public boolean isThereAnyActiveView();
51 60
    
52 61
    public void addTableToProject(VCSGisWorkspace ws, FeatureStore store, String tableName);
62
    
53 63
}

Also available in: Unified diff