Revision 6489 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/impl/merge/gui/MergePanelIF.java

View differences:

MergePanelIF.java
45 45
*
46 46
* $Id$
47 47
* $Log$
48
* Revision 1.1  2006-06-20 18:20:45  azabala
48
* Revision 1.2  2006-07-21 09:10:34  azabala
49
* fixed bug 608: user doesnt enter any result file to the geoprocess panel
50
*
51
* Revision 1.1  2006/06/20 18:20:45  azabala
49 52
* first version in cvs
50 53
*
51 54
* Revision 1.1  2006/05/24 21:10:15  azabala
......
62 65
package com.iver.cit.gvsig.geoprocess.impl.merge.gui;
63 66

  
64 67
import java.io.File;
68
import java.io.FileNotFoundException;
65 69

  
66 70
import com.iver.cit.gvsig.fmap.layers.FLyrVect;
67 71
/**
......
100 104
	public void layersSelected();
101 105
	public void openResultFileDialog();
102 106
	public void openDirectoryLayersDialog();
103
	public File getOutputFile();
107
	public File getOutputFile() throws FileNotFoundException;
104 108
}
105 109

  

Also available in: Unified diff