Package org.gorpipe.querydialogs.factory
Interface ReportViewer
-
public interface ReportViewerReport container is implemented by viewmanagers that will display Reports created from Report Forms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddReportToViewer(PerspectiveDialog dialog)
-
-
-
Method Detail
-
addReportToViewer
void addReportToViewer(PerspectiveDialog dialog)
- Parameters:
dialog- The Report Form to create a report from and add to the viewmanager
-
-