Uses of Class
ca.phon.app.opgraph.report.tree.ReportTree
Package
Description
-
Uses of ReportTree in ca.phon.app.opgraph.analysis
Modifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
AnalysisWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) -
Uses of ReportTree in ca.phon.app.opgraph.report
Modifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
ReportWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) -
Uses of ReportTree in ca.phon.app.opgraph.report.tree
Modifier and TypeMethodDescriptionReportTree.createFilteredTree
(Predicate<ReportTreeNode> nodePredicate) -
Uses of ReportTree in ca.phon.app.opgraph.wizard
Modifier 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) ModifierConstructorDescriptionNodeWizardReportGenerator
(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
ModifierConstructorDescriptionGenerateHTMLReportAction
(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
Modifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
QueryAndReportWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout) -
Uses of ReportTree in ca.phon.app.session.check
Modifier and TypeMethodDescriptionprotected NodeWizardReportGenerator
SessionCheckWizard.createReportGenerator
(ReportTree reportTree, String reportTemplate, OutputStream fout)