Revision 6877 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/project/ProjectProperties.java

View differences:

ProjectProperties.java
51 51

  
52 52
import com.iver.andami.PluginServices;
53 53
import com.iver.andami.Utilities;
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.cit.gvsig.ProjectExtension;
57 57
import com.iver.cit.gvsig.project.Project;
......
62 62
 *
63 63
 * @author Fernando Gonz?lez Cort?s
64 64
 */
65
public class ProjectProperties extends JPanel implements View {
65
public class ProjectProperties extends JPanel implements IWindow {
66 66
    private Project project = null;
67 67
    private javax.swing.JPanel pane = null;
68 68
    private javax.swing.JPanel jPanel = null;
......
470 470
    }
471 471

  
472 472
	/**
473
	 * @see com.iver.mdiApp.ui.MDIManager.View#getViewInfo()
473
	 * @see com.iver.mdiApp.ui.MDIManager.IWindow#getViewInfo()
474 474
	 */
475 475
	public ViewInfo getViewInfo() {
476 476
		ViewInfo m_viewinfo=new ViewInfo(ViewInfo.MODALDIALOG);
......
481 481
	}
482 482

  
483 483
	/**
484
	 * @see com.iver.mdiApp.ui.MDIManager.View#viewActivated()
484
	 * @see com.iver.mdiApp.ui.MDIManager.IWindow#viewActivated()
485 485
	 */
486 486
	public void viewActivated() {
487 487
	}

Also available in: Unified diff