Revision 38415 branches/v2_0_0_prep/extensions/org.gvsig.app.document.table.app/org.gvsig.app.document.table.app.mainplugin/src/main/java/org/gvsig/app/project/documents/table/TableDocument.java

View differences:

TableDocument.java
49 49
import org.gvsig.fmap.dal.feature.FeatureStoreNotification;
50 50
import org.gvsig.fmap.dal.feature.FeatureType;
51 51
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
52
import org.gvsig.fmap.mapcontext.layers.vectorial.VectorLayer;
52 53
import org.gvsig.fmap.mapcontrol.dal.feature.swing.table.FeatureStoreModel;
53 54
import org.gvsig.tools.dispose.DisposableIterator;
54 55
import org.gvsig.tools.evaluator.Evaluator;
......
77 78

  
78 79
    private List<TableLink> linkTable;
79 80

  
80
    private FLyrVect associatedLayer;
81
    private VectorLayer associatedLayer;
81 82

  
82 83
    private FeatureQuery query;
83 84

  
......
303 304
        }
304 305
    }
305 306

  
306
    public FLyrVect getAssociatedLayer() {
307
    public VectorLayer getAssociatedLayer() {
307 308
        return associatedLayer;
308 309
    }
309 310

  
310
    public void setAssociatedLayer(FLyrVect associatedLayer) {
311
    public void setAssociatedLayer(VectorLayer associatedLayer) {
311 312
        this.associatedLayer = associatedLayer;
312 313
    }
313 314

  

Also available in: Unified diff