Uses of Class
ca.phon.app.opgraph.report.tree.ReportTree
Packages that use ReportTree
Package
Description
-
Uses of ReportTree in ca.phon.app.opgraph.analysis
Methods in ca.phon.app.opgraph.analysis with parameters of type ReportTreeModifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
AnalysisWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) -
Uses of ReportTree in ca.phon.app.opgraph.report
Methods in ca.phon.app.opgraph.report with parameters of type ReportTreeModifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
ReportWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) -
Uses of ReportTree in ca.phon.app.opgraph.report.tree
Methods in ca.phon.app.opgraph.report.tree that return ReportTreeModifier and TypeMethodDescriptionReportTree.createFilteredTree
(Predicate<ReportTreeNode> nodePredicate) -
Uses of ReportTree in ca.phon.app.opgraph.wizard
Methods in ca.phon.app.opgraph.wizard that return ReportTreeMethods in ca.phon.app.opgraph.wizard that return types with arguments of type ReportTreeMethods in ca.phon.app.opgraph.wizard with parameters of type ReportTreeModifier and TypeMethodDescriptionstatic TristateCheckBoxTreeModel
ReportTreeCheckboxTree.createModel
(ReportTree reportTree, Predicate<ReportTreeNode> nodePredicate) protected NodeWizardReportGenerator
NodeWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) protected void
NodeWizard.generateHTML
(ReportTree reportTree, OutputStream out) NodeWizard.generateHTMLReport
(ReportTree reportTree) protected File
NodeWizard.generateHTMLReport
(ReportTree reportTree, File reportFile) Constructors in ca.phon.app.opgraph.wizard with parameters of type ReportTreeModifierConstructorDescriptionNodeWizardReportGenerator
(NodeWizard wizard, ReportTree reportTree, String reportTemplate, OutputStream stream) NodeWizardReportGenerator
(NodeWizard wizard, ReportTree reportTree, String reportTemplate, String outputPath) ReportTableExportDialog
(ReportTree reportTree, Supplier<String> locationFunction, ReportTreeExportFunction exportFunction, Consumer<List<ReportTreeNode>> finishFunction, boolean includeExcelExportable) ReportTreeCheckboxTree
(ReportTree reportTree, Predicate<ReportTreeNode> nodePredicate) ReportTreeDockingPanel
(ReportTree reportTree, ReportTreeDockingPanel.ReportContentFactory reportContentFactory) ReportTreeDockingPanel
(Project project, ReportTree reportTree, ReportTreeDockingPanel.ReportContentFactory reportContentFactory) ReportTreeModel
(ReportTree reportTree) ReportTreeToHTMLDialog
(NodeWizard nodeWizard, ReportTree reportTree) -
Uses of ReportTree in ca.phon.app.opgraph.wizard.actions
Constructors in ca.phon.app.opgraph.wizard.actions with parameters of type ReportTreeModifierConstructorDescriptionGenerateHTMLReportAction
(NodeWizard wizard, ReportTree reportTree) SaveTablesToFolderAction
(NodeWizard nodeWizard, ReportTree reportTree, TableExporter.TableExportType type) SaveTablesToWorkbookAction
(NodeWizard nodeWizard, ReportTree reportTree) -
Uses of ReportTree in ca.phon.app.query
Methods in ca.phon.app.query with parameters of type ReportTreeModifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
QueryAndReportWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) -
Uses of ReportTree in ca.phon.app.session.check
Methods in ca.phon.app.session.check with parameters of type ReportTreeModifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
SessionCheckWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout)