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 int
WorkbookUtils.addTableToSheet
(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table) static int
WorkbookUtils.addTableToSheet
(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table, boolean useIntegerForBoolean) static int
WorkbookUtils.addTableToSheet
(jxl.write.WritableSheet sheet, int startRow, DefaultTableDataSource table, List<String> columns) static int
WorkbookUtils.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 void
TableExporter.writeTableToCSVFile
(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static void
TableExporter.writeTableToExcelWorkbook
(DefaultTableDataSource table, List<String> columns, File file, String encoding, boolean useIntegerForBoolean) static void
TableExporter.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 TypeMethodDescriptionvoid
NodeWizard.searchForTables
(ReportTreeNode node, Map<String, DefaultTableDataSource> tableMap) void
NodeWizardReportGenerator.searchForTables
(ReportTreeNode node, Map<String, DefaultTableDataSource> tableMap) -
Uses of DefaultTableDataSource in ca.phon.query.report.datasource
Methods in ca.phon.query.report.datasource with parameters of type DefaultTableDataSourceModifier and TypeMethodDescriptionvoid
DefaultTableDataSource.append
(DefaultTableDataSource otherTable) Constructors in ca.phon.query.report.datasource with parameters of type DefaultTableDataSource