Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/FFrameOverViewDialog.java

View differences:

FFrameOverViewDialog.java
54 54
import org.gvsig.app.project.documents.layout.fframes.ListViewModel;
55 55
import org.gvsig.app.project.documents.layout.fframes.ListWithoutOverViewModel;
56 56
import org.gvsig.app.project.documents.layout.fframes.gui.JPRotation;
57
import org.gvsig.app.project.documents.layout.gui.Layout;
57
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
58 58

  
59 59

  
60 60

  
......
74 74
	private javax.swing.JComboBox cbCalidad = null;
75 75
	private Rectangle2D rect = new Rectangle2D.Double();
76 76
	private FFrameOverView fframeoverview = null; //new FFrameView();
77
	private Layout m_layout = null;
77
	private LayoutPanel m_layout = null;
78 78
	private boolean isAcepted = false;
79 79
	private JPRotation rotation = null;
80 80
	private FFrameOverView newFFrameView;
......
88 88
	 * @param layout Referencia al Layout.
89 89
	 * @param fframe Referencia al fframe vista.
90 90
	 */
91
	public FFrameOverViewDialog(Layout layout, FFrameOverView fframe) {
91
	public FFrameOverViewDialog(LayoutPanel layout, FFrameOverView fframe) {
92 92
		super();
93 93
		fframeoverview = fframe;
94 94
		fframeDependence=(FFrameView)fframeoverview.getFFrameDependence()[0];

Also available in: Unified diff