org.jfree.report
public class TableReportData extends Object implements ReportData
Constructor Summary | |
---|---|
TableReportData(TableModel tableModel) | |
TableReportData(TableModel tableModel, int start, int length) |
Method Summary | |
---|---|
void | close() |
Object | get(int column) |
int | getColumnCount() |
String | getColumnName(int column) |
int | getCursorPosition() |
boolean | isAdvanceable()
This operation checks, whether a call to next will be likely to succeed. |
boolean | isReadable() |
boolean | next() |
boolean | setCursorPosition(int row) |
Returns:
Throws: org.jfree.report.DataSourceException