Revision 9128 branches/v10/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/manager/GeoprocessManager.java

View differences:

GeoprocessManager.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.8.2.2  2006-11-15 00:08:17  jjdelcerro
48
 * Revision 1.8.2.3  2006-11-30 18:34:40  azabala
49
 * bug fixed (This component must implements SingletonWindow instead of IWindow)
50
 *
51
 * Revision 1.8.2.2  2006/11/15 00:08:17  jjdelcerro
49 52
 * *** empty log message ***
50 53
 *
51 54
 * Revision 1.11  2006/11/14 18:46:36  azabala
......
112 115

  
113 116
import com.iver.andami.PluginServices;
114 117
import com.iver.andami.ui.mdiManager.IWindow;
118
import com.iver.andami.ui.mdiManager.SingletonWindow;
115 119
import com.iver.andami.ui.mdiManager.WindowInfo;
116 120
import com.iver.cit.gvsig.geoprocess.core.IGeoprocessController;
117 121
import com.iver.cit.gvsig.geoprocess.core.IGeoprocessPlugin;
......
131 135
 *
132 136
 */
133 137
public class GeoprocessManager extends JPanel
134
	implements IWindow, TreeSelectionListener {
138
	implements SingletonWindow, TreeSelectionListener {
135 139

  
136 140
	/**
137 141
	 * Central panel wich has the geoprocess tree on left and
......
419 423

  
420 424
}
421 425

  
426

  
427
public Object getWindowModel() {
428
	return getClass();
429
}
430

  
422 431
}  //  @jve:decl-index=0:visual-constraint="10,10"

Also available in: Unified diff