Revision 1714 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/gui/LayoutPanel.java

View differences:

LayoutPanel.java
23 23

  
24 24
import java.awt.Graphics2D;
25 25
import java.awt.print.PrinterJob;
26

  
27 26
import java.io.File;
28 27
import javax.swing.JPanel;
29

  
30 28
import org.gvsig.app.project.documents.gui.IDocumentWindow;
31 29
import org.gvsig.app.project.documents.layout.LayoutContext;
32 30
import org.gvsig.app.project.documents.layout.LayoutControl;
33 31
import org.gvsig.app.project.documents.layout.LayoutManager;
34 32
import org.gvsig.app.project.documents.layout.fframes.IFFrame;
35
import org.gvsig.app.project.documents.layout.fframes.gui.dialogs.IFFrameDialog;
33
import org.gvsig.app.project.documents.layout.fframes.gui.dialogs.IFFramePanel;
36 34
import org.gvsig.tools.observer.Observer;
37 35
import org.gvsig.tools.persistence.Persistent;
38 36

  
......
108 106
     * @return IFFrame Returns the FFrame added or null if the fframe has not
109 107
     *         been added.
110 108
     */
111
    public abstract IFFrameDialog createFFrameDialog(IFFrame fframe);
109
    public abstract IFFramePanel createFFrameDialog(IFFrame fframe);
112 110

  
113 111
    /**
114 112
     * It obtains the rect?ngulo that represents the sheet with the

Also available in: Unified diff