Revision 6877 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ViewControls.java

View differences:

ViewControls.java
86 86
	 * @see com.iver.mdiApp.plugins.IExtension#updateUI(java.lang.String)
87 87
	 */
88 88
	public void execute(String s) {
89
		com.iver.andami.ui.mdiManager.View view = PluginServices.getMDIManager().getActiveView();
89
		com.iver.andami.ui.mdiManager.IWindow view = PluginServices.getMDIManager().getActiveView();
90 90
		if (!(view instanceof View))
91 91
			return;
92 92
		View vista=(View)view;
......
184 184
	 * @see com.iver.mdiApp.plugins.IExtension#isVisible()
185 185
	 */
186 186
	public boolean isVisible() {
187
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
187
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
188 188
															 .getActiveView();
189 189

  
190 190
		if (f == null) {
......
228 228
	 * @see com.iver.andami.plugins.IExtension#isEnabled()
229 229
	 */
230 230
	public boolean isEnabled() {
231
		com.iver.andami.ui.mdiManager.View f = PluginServices.getMDIManager()
231
		com.iver.andami.ui.mdiManager.IWindow f = PluginServices.getMDIManager()
232 232
		.getActiveView();
233 233
		
234 234
		if (f == null) {

Also available in: Unified diff