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 TypeMethodDescriptionintTableOpNode.getColumnIndex(TableDataSource table, String column) int[]TableOpNode.getColumnIndices(TableDataSource table, List<String> columns) voidTableOpNode.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 voidResultTableUtil.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 voidResultTableUtil.openEditorAtResult(TableDataSource table, int row) -
Uses of TableDataSource in ca.phon.app.query
Classes in ca.phon.app.query that implement TableDataSourceModifier and TypeClassDescriptionclassDisplays the contents of a resultset using aResultListingDataSourcebackend. -
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 TypeClassDescriptionclassBasic implementation of aTableDataSource.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Classes in ca.phon.query.report.datasource that implement interfaces with type arguments of type TableDataSourceMethods in ca.phon.query.report.datasource that return TableDataSourceMethods in ca.phon.query.report.datasource with parameters of type TableDataSource