Revision 6877 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/selectionByTheme/SelectionByTheme.java

View differences:

SelectionByTheme.java
51 51
import org.gvsig.gui.beans.swing.JButton;
52 52

  
53 53
import com.iver.andami.PluginServices;
54
import com.iver.andami.ui.mdiManager.View;
54
import com.iver.andami.ui.mdiManager.IWindow;
55 55
import com.iver.andami.ui.mdiManager.ViewInfo;
56 56
import com.iver.utiles.swing.JComboBox;
57 57

  
58 58

  
59
public class SelectionByTheme extends JPanel implements View {
59
public class SelectionByTheme extends JPanel implements IWindow {
60 60
	public static final int EQUALS = 0;
61 61
	public static final int DISJOINT = 1;
62 62
	public static final int INTERSECTS = 2;
......
290 290
		cmbCapas.setModel(model);
291 291
	}
292 292
	/**
293
	 * @see com.iver.mdiApp.ui.MDIManager.View#getViewInfo()
293
	 * @see com.iver.mdiApp.ui.MDIManager.IWindow#getViewInfo()
294 294
	 */
295 295
	public ViewInfo getViewInfo() {
296 296
		ViewInfo vi = new ViewInfo(ViewInfo.MODALDIALOG);
......
349 349
		return listeners.remove(arg0);
350 350
	}
351 351
	/**
352
	 * @see com.iver.mdiApp.ui.MDIManager.View#viewActivated()
352
	 * @see com.iver.mdiApp.ui.MDIManager.IWindow#viewActivated()
353 353
	 */
354 354
	public void viewActivated() {
355 355
	}

Also available in: Unified diff