Revision 6877 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/gazetteer/DeleteSearchesModule.java

View differences:

DeleteSearchesModule.java
52 52
 *
53 53
 * $Id$
54 54
 * $Log$
55
 * Revision 1.5  2006-07-24 10:10:06  jorpiell
55
 * Revision 1.6  2006-08-29 07:13:58  cesar
56
 * Rename class com.iver.andami.ui.mdiManager.View to com.iver.andami.ui.mdiManager.IWindow
57
 *
58
 * Revision 1.5  2006/07/24 10:10:06  jorpiell
56 59
 * Se ha a?adido una hashtable de vistas activas para asociar la goma de borrar con la vista activa
57 60
 *
58 61
 * Revision 1.4  2006/06/19 11:19:35  jorpiell
......
105 108
	 * @see com.iver.andami.plugins.Extension#isVisible()
106 109
	 */
107 110
	public boolean isVisible() {
108
		com.iver.andami.ui.mdiManager.View activeView = PluginServices.getMDIManager()
111
		com.iver.andami.ui.mdiManager.IWindow activeView = PluginServices.getMDIManager()
109 112
		.getActiveView();
110 113
		
111 114
		if (activeView == null) {

Also available in: Unified diff