Uses of Class
ca.phon.query.report.io.ReportDesign
Packages that use ReportDesign
Package
Description
-
Uses of ReportDesign in ca.phon.app.opgraph.nodes.query
Methods in ca.phon.app.opgraph.nodes.query that return ReportDesignConstructors in ca.phon.app.opgraph.nodes.query with parameters of type ReportDesign -
Uses of ReportDesign in ca.phon.app.query.report
Methods in ca.phon.app.query.report that return ReportDesignModifier and TypeMethodDescriptionReportEditor.getReportDesign()
Return the current design objectConstructors in ca.phon.app.query.report with parameters of type ReportDesignModifierConstructorDescriptionReportEditor
(ReportDesign design) ReportSectionPanel
(ReportDesign section) -
Uses of ReportDesign in ca.phon.query.report
Methods in ca.phon.query.report that return ReportDesignModifier 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 pathMethods in ca.phon.query.report with parameters of type ReportDesignModifier 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
Methods in ca.phon.query.report.csv with parameters of type ReportDesignModifier 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
Methods in ca.phon.query.report.io that return ReportDesignModifier and TypeMethodDescriptionObjectFactory.createReportDesign()
Create an instance ofReportDesign
Methods in ca.phon.query.report.io that return types with arguments of type ReportDesignModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ReportDesign>
ObjectFactory.createReportDesign
(ReportDesign value) Methods in ca.phon.query.report.io with parameters of type ReportDesignModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ReportDesign>
ObjectFactory.createReportDesign
(ReportDesign value)