|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Report | |
| org.jcreme.reporting | |
| org.jcreme.swing.reporting | |
| org.jcreme.tutorial | |
| Uses of Report in org.jcreme.reporting |
| Subinterfaces of Report in org.jcreme.reporting | |
interface |
ModifiableReport
This interface extends the Report framework. |
| Constructors in org.jcreme.reporting with parameters of type Report | |
ReportChangeEvent(Report source)
Creates new ReportChangeEvent |
|
ReportChangeEvent(Report source,
int row)
Creates new ReportChangeEvent |
|
ReportChangeEvent(Report source,
int firstRow,
int lastRow)
Creates new ReportChangeEvent |
|
ReportChangeEvent(Report source,
int firstRow,
int lastRow,
int column)
Creates new ReportChangeEvent |
|
ReportChangeEvent(Report source,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
Creates new ReportChangeEvent |
|
ReportChangeEvent(Report source,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn,
int type)
Creates new ReportChangeEvent |
|
| Uses of Report in org.jcreme.swing.reporting |
| Methods in org.jcreme.swing.reporting that return Report | |
Report |
JReportTable.getReport()
This method enables to access the Report presented in this Table. |
| Methods in org.jcreme.swing.reporting with parameters of type Report | |
void |
JReportTable.setReport(Report r)
This method enables to set the report that will be presented in this Table. |
| Constructors in org.jcreme.swing.reporting with parameters of type Report | |
ReportTableModel(Report report)
Creates new BondPositionReportTableModel |
|
| Uses of Report in org.jcreme.tutorial |
| Classes in org.jcreme.tutorial that implement Report | |
class |
ProcessInfoReport
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||