Uses of Class
ca.phon.query.report.io.ReportDesign
Package
Description
-
Uses of ReportDesign in ca.phon.app.opgraph.nodes.query
-
Uses of ReportDesign in ca.phon.app.query.report
Modifier and TypeMethodDescriptionReportEditor.getReportDesign()
Return the current design objectModifierConstructorDescriptionReportEditor
(ReportDesign design) ReportSectionPanel
(ReportDesign section) -
Uses of ReportDesign in ca.phon.query.report
Modifier and TypeMethodDescriptionstatic ReportDesign
ReportIO.readDesign
(File file) Deprecated.Read in a report from the given file.static ReportDesign
ReportIO.readDesign
(InputStream is) Deprecated.Read in a report from the given stream.static ReportDesign
ReportIO.readDesign
(String path) Deprecated.Read in a report from the given pathModifier and TypeMethodDescriptionvoid
ReportBuilder.buildReport
(ReportDesign design, Project project, Query q, ResultSet[] resultSets, File file) Deprecated.Build the report.abstract void
ReportBuilder.buildReport
(ReportDesign design, Project project, Query q, ResultSet[] resultSets, OutputStream file) Deprecated.Build the report.static void
ReportIO.writeDesign
(ReportDesign design, File file) Deprecated.Write design report to given pathstatic void
ReportIO.writeDesign
(ReportDesign design, OutputStream os) Deprecated.Write design report to given pathstatic void
ReportIO.writeDesign
(ReportDesign design, String path) Deprecated.Write design report to given path -
Uses of ReportDesign in ca.phon.query.report.csv
Modifier and TypeMethodDescriptionvoid
CSVReportBuilder.buildReport
(ReportDesign design, Project project, Query query, ResultSet[] resultSets, OutputStream stream) TODO Datasources should be given as indirect dependencies since we can re-use them for other report builders. -
Uses of ReportDesign in ca.phon.query.report.io
Modifier and TypeMethodDescriptionObjectFactory.createReportDesign()
Create an instance ofReportDesign
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ReportDesign>
ObjectFactory.createReportDesign
(ReportDesign value) Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ReportDesign>
ObjectFactory.createReportDesign
(ReportDesign value)