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 NodeWizardReportGeneratorAnalysisWizard.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 NodeWizardReportGeneratorReportWizard.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 TristateCheckBoxTreeModelReportTreeCheckboxTree.createModel(ReportTree reportTree, Predicate<ReportTreeNode> nodePredicate) protected NodeWizardReportGeneratorNodeWizard.createReportGenerator(ReportTree reportTree, String reportTemplate, OutputStream fout) protected voidNodeWizard.generateHTML(ReportTree reportTree, OutputStream out) NodeWizard.generateHTMLReport(ReportTree reportTree) protected FileNodeWizard.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 NodeWizardReportGeneratorQueryAndReportWizard.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 NodeWizardReportGeneratorSessionCheckWizard.createReportGenerator(ReportTree reportTree, String reportTemplate, OutputStream fout)