Revision 6877 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/Project.java

View differences:

Project.java
63 63
import com.hardcode.gdbms.engine.data.file.FileSourceInfo;
64 64
import com.hardcode.gdbms.engine.data.object.ObjectSourceInfo;
65 65
import com.iver.andami.PluginServices;
66
import com.iver.andami.ui.mdiManager.View;
66
import com.iver.andami.ui.mdiManager.IWindow;
67 67
import com.iver.andami.ui.mdiManager.ViewInfo;
68 68
import com.iver.cit.gvsig.ProjectExtension;
69 69
import com.iver.cit.gvsig.fmap.DriverException;
......
629 629
		xml.putProperty("projection", defaultProjection.getAbrev());
630 630

  
631 631
		// save the properties of the Project Manager window
632
		View []andamiViews = PluginServices.getMDIManager().getAllViews();
632
		IWindow []andamiViews = PluginServices.getMDIManager().getAllViews();
633 633
		for (int i=0; i<andamiViews.length; i++) {
634 634
			if (andamiViews[i] instanceof ProjectWindow) {
635 635
				ProjectWindow pw = (ProjectWindow) andamiViews[i];
......
1164 1164
	 * @throws XMLException
1165 1165
	 * @throws SaveException
1166 1166
	 */
1167
	public XMLEntity getViewInfoXMLEntity(com.iver.andami.ui.mdiManager.View view) throws SaveException {
1167
	public XMLEntity getViewInfoXMLEntity(com.iver.andami.ui.mdiManager.IWindow view) throws SaveException {
1168 1168
		if (view!=null && PluginServices.getMDIManager().getViewInfo(view)!=null) {
1169 1169
			ViewInfo vi = PluginServices.getMDIManager().getViewInfo(view);
1170 1170
			XMLEntity xml = new XMLEntity();

Also available in: Unified diff