|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subreport | |
|---|---|
| jimm.datavision | Provides the classes and interfaces that make up a DataVision report. |
| jimm.datavision.field | Field, its subclasses, and related classes like Format and Border. |
| jimm.datavision.gui.cmd | Provides the classes and interfaces that make up the undo/redo command structure. |
| jimm.datavision.source.sql | Provides the classes and interfaces that make up the database data source. |
| Uses of Subreport in jimm.datavision |
|---|
| Fields in jimm.datavision declared as Subreport | |
|---|---|
protected Subreport |
ReportReader.subreport
|
| Methods in jimm.datavision that return Subreport | |
|---|---|
Subreport |
Report.findSubreport(java.lang.Object id)
Returns the subreport with the specified id or null
if one is not found. |
| Methods in jimm.datavision with parameters of type Subreport | |
|---|---|
void |
Report.addSubreport(Subreport sub)
|
void |
Report.removeSubreport(Subreport sub)
|
| Uses of Subreport in jimm.datavision.field |
|---|
| Fields in jimm.datavision.field declared as Subreport | |
|---|---|
protected Subreport |
SubreportField.subreport
|
| Methods in jimm.datavision.field that return Subreport | |
|---|---|
Subreport |
SubreportField.getSubreport()
|
| Uses of Subreport in jimm.datavision.gui.cmd |
|---|
| Fields in jimm.datavision.gui.cmd declared as Subreport | |
|---|---|
protected Subreport |
NewSubreportCommand.subreport
|
| Uses of Subreport in jimm.datavision.source.sql |
|---|
| Fields in jimm.datavision.source.sql declared as Subreport | |
|---|---|
protected Subreport |
SubreportQuery.subreport
|
| Constructors in jimm.datavision.source.sql with parameters of type Subreport | |
|---|---|
SubreportDatabase(java.sql.Connection conn,
Subreport report)
|
|
SubreportQuery(Subreport report)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||