Package ca.phon.query.report.datasource
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
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Number of columns (not including column header)int
getColumnIndex
(String columnName) Deprecated.getColumnTitle
(int col) Deprecated.Get the name of the specified columnint
Deprecated.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:TableDataSource
Number of columns (not including column header)- Specified by:
getColumnCount
in interfaceTableDataSource
-
getRowCount
public int getRowCount()Deprecated.Description copied from interface:TableDataSource
Number of rows (not including column header)- Specified by:
getRowCount
in interfaceTableDataSource
-
getValueAt
Deprecated.Description copied from interface:TableDataSource
Return the value at the given row+col.- Specified by:
getValueAt
in interfaceTableDataSource
- Returns:
- the value at the given pos
-
getColumnTitle
Deprecated.Description copied from interface:TableDataSource
Get the name of the specified column- Specified by:
getColumnTitle
in interfaceTableDataSource
- Returns:
- the column title
-
getColumnIndex
Deprecated.- Specified by:
getColumnIndex
in interfaceTableDataSource
-