Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/LayoutEvents.java

View differences:

LayoutEvents.java
53 53
import java.awt.event.MouseMotionListener;
54 54

  
55 55
import org.gvsig.app.project.documents.layout.gui.FPopupMenu;
56
import org.gvsig.app.project.documents.layout.gui.Layout;
56
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
57 57
import org.gvsig.fmap.mapcontrol.tools.BehaviorException;
58 58
import org.gvsig.utils.exceptionHandling.ExceptionHandlingSupport;
59 59
import org.gvsig.utils.exceptionHandling.ExceptionListener;
......
67 67
 */
68 68
public class LayoutEvents implements ActionListener, ComponentListener,
69 69
    MouseMotionListener, MouseListener{
70
    private Layout layout = null;
70
    private LayoutPanel layout = null;
71 71
    private ExceptionHandlingSupport exceptionHandlingSupport = new ExceptionHandlingSupport();
72 72

  
73 73
    /**
......
75 75
     *
76 76
     * @param l Referencia al Layout.
77 77
     */
78
    public LayoutEvents(Layout l) {
78
    public LayoutEvents(LayoutPanel l) {
79 79
        layout = l;
80 80
    }
81 81

  

Also available in: Unified diff