Revision 1943

View differences:

branches/Fmap_GisPlanet/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/SelectableDataSource.java
95 95
		} catch (SAXException e) {
96 96
			throw new XMLException(e);
97 97
		}
98
		
99
		return new SelectableDataSource(gdbmsHandler.getDataSource(LayerFactory.getDataSourceFactory(), DataSourceFactory.AUTOMATIC_MODE));
98
		SelectableDataSource sds=new SelectableDataSource(gdbmsHandler.getDataSource(LayerFactory.getDataSourceFactory(), DataSourceFactory.AUTOMATIC_MODE));
99
		sds.selectionSupport=ss;
100
		return sds;
100 101
	}
101 102

  
102 103
	public void setDataSourceFactory(DataSourceFactory dsf) {
......
391 392
	public DriverInfo getSourceInfo() {
392 393
		return dataSource.getSourceInfo();
393 394
	}
395

  
396
	public void removeLinksSelectionListener() {
397
		selectionSupport.removeLinkSelectionListener();
398
	}
394 399
}

Also available in: Unified diff