Revision 6877 trunk/extensions/extCenterViewToPoint/src/com/iver/gvsig/centerviewpoint/CenterViewToPointExtension.java

View differences:

CenterViewToPointExtension.java
88 88
     * @see com.iver.andami.plugins.Extension#isEnabled()
89 89
     */
90 90
    public boolean isEnabled() {
91
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
91
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
92 92
		 .getActiveView();
93 93
		if (f == null) {
94 94
		    return false;
......
110 110
     * @see com.iver.andami.plugins.Extension#isVisible()
111 111
     */
112 112
    public boolean isVisible() {
113
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
113
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
114 114
		 .getActiveView();
115 115
		if (f == null) {
116 116
		    return false;

Also available in: Unified diff