Revision 6877 trunk/extensions/extCAD/src/com/iver/cit/gvsig/CreateNewLayer.java

View differences:

CreateNewLayer.java
37 37
	 * @see com.iver.andami.plugins.IExtension#execute(java.lang.String)
38 38
	 */
39 39
public void execute(String actionCommand) {
40
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
40
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
41 41
				.getActiveView();
42 42

  
43 43
		if (f instanceof View) {
......
133 133
	 * @see com.iver.andami.plugins.IExtension#isVisible()
134 134
	 */
135 135
	public boolean isVisible() {
136
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
136
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
137 137
				.getActiveView();
138 138

  
139 139
		if (f == null) {

Also available in: Unified diff