Uses of Class
ca.phon.query.report.datasource.DefaultTableDataSource
Packages that use DefaultTableDataSource
Package
Description
-
Uses of DefaultTableDataSource in ca.phon.app.excel
Methods in ca.phon.app.excel with parameters of type DefaultTableDataSourceModifier and TypeMethodDescriptionstatic intWorkbookUtils.addTableToSheet(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table) static intWorkbookUtils.addTableToSheet(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table, boolean useIntegerForBoolean) static intWorkbookUtils.addTableToSheet(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table, List<String> columns) static intWorkbookUtils.addTableToSheet(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table, List<String> columns, boolean useIntegerForBoolean) Add table to the given sheet starting at row. -
Uses of DefaultTableDataSource in ca.phon.app.log
Constructor parameters in ca.phon.app.log with type arguments of type DefaultTableDataSource -
Uses of DefaultTableDataSource in ca.phon.app.opgraph.nodes.table
Methods in ca.phon.app.opgraph.nodes.table with parameters of type DefaultTableDataSourceModifier and TypeMethodDescriptionColumnSumNode.sumColumns(DefaultTableDataSource table, List<String> columns) -
Uses of DefaultTableDataSource in ca.phon.app.opgraph.report
Methods in ca.phon.app.opgraph.report with parameters of type DefaultTableDataSourceModifier and TypeMethodDescriptionstatic voidTableExporter.writeTableToCSVFile(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static voidTableExporter.writeTableToExcelWorkbook(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static voidTableExporter.writeTableToFile(DefaultTableDataSource table, List<String> columns, File file, TableExporter.TableExportType type, String encoding, boolean useIntegerForBoolean) -
Uses of DefaultTableDataSource in ca.phon.app.opgraph.wizard
Method parameters in ca.phon.app.opgraph.wizard with type arguments of type DefaultTableDataSourceModifier and TypeMethodDescriptionvoidNodeWizard.searchForTables(ReportTreeNode node, Map<String, DefaultTableDataSource> tableMap) voidNodeWizardReportGenerator.searchForTables(ReportTreeNode node, Map<String, DefaultTableDataSource> tableMap) -
Uses of DefaultTableDataSource in ca.phon.query.report
Methods in ca.phon.query.report that return DefaultTableDataSourceModifier and TypeMethodDescriptionstatic DefaultTableDataSourceResultsToTable.createResultTable(Project project, ResultSet[] results, boolean includeSessionInfo, boolean includeSpeakerInfo, boolean includeTierInfo, boolean includeMetadata, boolean ignoreDiacritics, boolean onlyOrExcept, Collection<Diacritic> selectedDiacritics) Turn multiple result sets for multiple sessions into a tablestatic DefaultTableDataSourceResultsToTable.setupTable(ResultSet[] results, boolean includeSessionInfo, boolean includeSpeakerInfo, boolean includeTierInfo, boolean includeMetadata) Setup result table with header based on parameters -
Uses of DefaultTableDataSource in ca.phon.query.report.datasource
Methods in ca.phon.query.report.datasource with parameters of type DefaultTableDataSourceModifier and TypeMethodDescriptionvoidDefaultTableDataSource.append(DefaultTableDataSource otherTable) Constructors in ca.phon.query.report.datasource with parameters of type DefaultTableDataSource