Uses of Interface
ca.phon.query.report.datasource.TableDataSource
Package
Description
-
Uses of TableDataSource in ca.phon.app.opgraph.nodes.table
Modifier 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
ModifierConstructorDescriptionTableNode
(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
Modifier 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
Modifier and TypeClassDescriptionclass
Displays the contents of a resultset using aResultListingDataSource
backend. -
Uses of TableDataSource in ca.phon.query.report.csv
ModifierConstructorDescriptionCSVTableDataSourceWriter
(CSVReportBuilder builder, TableDataSource ds) -
Uses of TableDataSource in ca.phon.query.report.datasource
Modifier and TypeClassDescriptionclass
Basic implementation of aTableDataSource
.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.