Revision 37856 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/AbstractDocument.java

View differences:

AbstractDocument.java
352 352
		throw new UnsupportedOperationException();
353 353
	}
354 354

  
355
	public IWindow getPropertiesWindow() {
356
		return this.getFactory().getPropertiesWindow(this);
357
	}
358
	
359
	public IWindow getMainWindow() {
360
		return this.getFactory().getMainWindow(this);
361
	}
362
	
363

  
355 364
}

Also available in: Unified diff