Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/gui/IView.java

View differences:

IView.java
46 46
 */
47 47
package org.gvsig.app.project.documents.view.gui;
48 48

  
49
import org.gvsig.app.project.documents.gui.IDocumentWindow;
49 50
import org.gvsig.app.project.documents.view.toc.gui.TOC;
50 51
import org.gvsig.fmap.mapcontrol.MapControl;
51 52

  
......
60 61
 * TODO To change the template for this generated type comment go to
61 62
 * Window - Preferences - Java - Code Generation - Code and Comments
62 63
 */
63
public interface IView {
64
	/**
65
	 * DOCUMENT ME!
66
	 *
67
	 * @return DOCUMENT ME!
68
	 */
64
public interface IView extends IDocumentWindow {
69 65
	public abstract MapControl getMapControl();
70 66

  
71
	/**
72
	 * DOCUMENT ME!
73
	 *
74
	 * @return DOCUMENT ME!
75
	 */
76 67
	public abstract TOC getTOC();
77 68
	
78
    /**
79
     * Create the internal componentes and populate the window with them.
80
     * If the layout properties were set using the
81
     * <code>setWindowData(WindowData)</code>
82
     * method, the window will be populated according to this
83
     * properties.
84
     */
85
	//public abstract void initialize();
86 69
}

Also available in: Unified diff