Class SummaryDataSource
java.lang.Object
ca.phon.query.report.datasource.SummaryDataSource
- All Implemented Interfaces:
TableDataSource
Deprecated.
Displays a list of session names along with
the number of results found in each session.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Number of columns (not including column header)intgetColumnIndex(String columnName) Deprecated.getColumnTitle(int col) Deprecated.Get the name of the specified columnintDeprecated.Number of rows (not including column header)getValueAt(int row, int col) Deprecated.Return the value at the given row+col.
-
Constructor Details
-
SummaryDataSource
Deprecated.
-
-
Method Details
-
getColumnCount
public int getColumnCount()Deprecated.Description copied from interface:TableDataSourceNumber of columns (not including column header)- Specified by:
getColumnCountin interfaceTableDataSource
-
getRowCount
public int getRowCount()Deprecated.Description copied from interface:TableDataSourceNumber of rows (not including column header)- Specified by:
getRowCountin interfaceTableDataSource
-
getValueAt
Deprecated.Description copied from interface:TableDataSourceReturn the value at the given row+col.- Specified by:
getValueAtin interfaceTableDataSource- Parameters:
row-col-- Returns:
- the value at the given pos
-
getColumnTitle
Deprecated.Description copied from interface:TableDataSourceGet the name of the specified column- Specified by:
getColumnTitlein interfaceTableDataSource- Parameters:
col-- Returns:
- the column title
-
getColumnIndex
Deprecated.- Specified by:
getColumnIndexin interfaceTableDataSource
-