|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ReportTemplate in sos.reports |
| Classes in sos.reports that implement ReportTemplate | |
class |
AbstractReportTemplate
A partial implementation of the ReportTemplate interface. |
class |
TableReportTemplate
A report template that creates a report from an Object[],
java.util.List,
javax.swing.ListModel,
Object[][],
java.util.Map,
javax.swing.text.TableModel,
or ReportTableModel. |
| Methods in sos.reports that return ReportTemplate | |
static ReportTemplate |
ReportStyleConstants.getReportTemplate(javax.swing.text.AttributeSet a)
Returns the report template to use for a nested report. |
ReportTemplate |
Report.getTemplate()
Returns the report template for which this report was generated, or null if no template was used. |
ReportTemplate |
AbstractReport.getTemplate()
|
| Methods in sos.reports with parameters of type ReportTemplate | |
static void |
ReportStyleConstants.setReportTemplate(javax.swing.text.MutableAttributeSet a,
ReportTemplate reportTemplate)
Sets the report template to use for a nested report. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||