Uses of Interface
ca.phon.query.report.datasource.TableDataSource
Packages that use TableDataSource
Package
Description
-
Uses of TableDataSource in ca.phon.app.opgraph.nodes.table
Methods in ca.phon.app.opgraph.nodes.table that return TableDataSourceMethods in ca.phon.app.opgraph.nodes.table with parameters of type TableDataSourceModifier and TypeMethodDescriptionint
TableOpNode.getColumnIndex
(TableDataSource table, String column) int[]
TableOpNode.getColumnIndices
(TableDataSource table, List<String> columns) void
TableOpNode.setTableOutput
(ca.phon.opgraph.OpContext context, TableDataSource tbl) -
Uses of TableDataSource in ca.phon.app.opgraph.report.tree
Methods in ca.phon.app.opgraph.report.tree that return TableDataSourceMethods in ca.phon.app.opgraph.report.tree with parameters of type TableDataSourceConstructors in ca.phon.app.opgraph.report.tree with parameters of type TableDataSourceModifierConstructorDescriptionTableNode
(String title, TableDataSource table) TableNode
(String title, TableDataSource table, boolean includeColumns, List<String> columns) TableNode
(String title, TableDataSource table, List<String> columns) -
Uses of TableDataSource in ca.phon.app.opgraph.wizard
Methods in ca.phon.app.opgraph.wizard with parameters of type TableDataSourceModifier and TypeMethodDescriptionstatic void
ResultTableUtil.openEditorAtResult
(Project project, TableDataSource table, int row) This method will attempt to display a session editor with highlighted results given a table which contains the appropriate column names and data.static void
ResultTableUtil.openEditorAtResult
(TableDataSource table, int row) -
Uses of TableDataSource in ca.phon.app.query
Classes in ca.phon.app.query that implement TableDataSourceModifier and TypeClassDescriptionclass
Displays the contents of a resultset using aResultListingDataSource
backend. -
Uses of TableDataSource in ca.phon.query.report.csv
Methods in ca.phon.query.report.csv that return TableDataSourceConstructors in ca.phon.query.report.csv with parameters of type TableDataSourceModifierConstructorDescriptionCSVTableDataSourceWriter
(CSVReportBuilder builder, TableDataSource ds) -
Uses of TableDataSource in ca.phon.query.report.datasource
Classes in ca.phon.query.report.datasource that implement TableDataSourceModifier and TypeClassDescriptionclass
Basic implementation of aTableDataSource
.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.Methods in ca.phon.query.report.datasource that return TableDataSourceMethods in ca.phon.query.report.datasource with parameters of type TableDataSource