Revision 1608 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/extension/reportfromlayout/ExportReportToLayoutParameters.java

View differences:

ExportReportToLayoutParameters.java
6 6
package org.gvsig.app.extension.reportfromlayout;
7 7

  
8 8
import java.io.File;
9
import org.gvsig.app.project.documents.layout.report.LayoutReportAction;
9 10
import org.gvsig.fmap.dal.feature.FeatureStore;
10 11
import org.gvsig.fmap.dal.swing.report.ReportAction;
11 12

  
......
15 16
 */
16 17
public interface ExportReportToLayoutParameters {
17 18
    
18
    public ReportAction getReportAction();
19
    public LayoutReportAction getReportAction();
19 20

  
20
    public void setReportAction(ReportAction report);
21
    public void setReportAction(LayoutReportAction report);
21 22

  
22 23
    public FeatureStore getSource();
23 24

  

Also available in: Unified diff