Revision 10626 trunk/examples/extNewDocumentExample/src/com/iver/cit/gvsig/project/documents/thedocument/TheDocument.java

View differences:

TheDocument.java
1 1
package com.iver.cit.gvsig.project.documents.thedocument;
2 2

  
3 3
import com.iver.andami.ui.mdiManager.IWindow;
4
import com.iver.cit.gvsig.fmap.DriverException;
5 4
import com.iver.cit.gvsig.fmap.layers.XMLException;
6 5
import com.iver.cit.gvsig.project.Project;
7 6
import com.iver.cit.gvsig.project.documents.ProjectDocument;
......
92 91

  
93 92
	}
94 93

  
95
	public void importFromXML(XMLEntity root, XMLEntity typeRoot, int elementIndex, Project project, boolean removeDocumentsFromRoot) throws XMLException, DriverException, OpenException {
94
	public void importFromXML(XMLEntity root, XMLEntity typeRoot, int elementIndex, Project project, boolean removeDocumentsFromRoot) throws XMLException, OpenException {
96 95
		// TODO Auto-generated method stub
97 96

  
98 97
	}

Also available in: Unified diff