|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentBox | |
|---|---|
| ca.sqlpower.wabit.report | |
| ca.sqlpower.wabit.report.resultset | |
| ca.sqlpower.wabit.swingui.report | |
| Uses of ContentBox in ca.sqlpower.wabit.report |
|---|
| Methods in ca.sqlpower.wabit.report that return ContentBox | |
|---|---|
ContentBox |
ResultSetRenderer.getParent()
|
ContentBox |
Label.getParent()
|
ContentBox |
ChartRenderer.getParent()
|
ContentBox |
CellSetRenderer.getParent()
|
| Methods in ca.sqlpower.wabit.report that return types with arguments of type ContentBox | |
|---|---|
java.util.List<ContentBox> |
Page.getContentBoxes()
Returns an unmodifiable view of this page's content boxes. |
| Methods in ca.sqlpower.wabit.report with parameters of type ContentBox | |
|---|---|
void |
Page.addContentBox(ContentBox addme)
Adds a content box to this page at the end of the list of content boxes. |
void |
Page.addContentBox(ContentBox addme,
int index)
Adds a content box to this page at the given index in the list of content boxes. |
void |
Page.removeContentBox(ContentBox removeme)
|
boolean |
ResultSetRenderer.renderFailure(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex)
|
boolean |
ResultSetRenderer.renderReportContent(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
|
boolean |
ReportContentRenderer.renderReportContent(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
Renders as much report content as will fit within the bounds of the given content box. |
boolean |
Label.renderReportContent(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
Renders this label to the given graphics, with the baseline centered in the content box. |
boolean |
ImageRenderer.renderReportContent(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
|
boolean |
ChartRenderer.renderReportContent(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
|
boolean |
CellSetRenderer.renderReportContent(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
This method renders the report content in the CellSetRenderer |
boolean |
ResultSetRenderer.renderSuccess(java.awt.Graphics2D g,
ContentBox contentBox,
double scaleFactor,
int pageIndex,
boolean printing)
|
| Constructors in ca.sqlpower.wabit.report with parameters of type ContentBox | |
|---|---|
ContentBox(ContentBox contentBox)
Copy Constructor |
|
| Uses of ContentBox in ca.sqlpower.wabit.report.resultset |
|---|
| Methods in ca.sqlpower.wabit.report.resultset with parameters of type ContentBox | |
|---|---|
java.util.List<java.util.List<ResultSetCell>> |
ReportPositionRenderer.createResultSetLayout(java.awt.Graphics2D g,
java.sql.ResultSet rs,
java.util.List<ColumnInfo> columnInfoList,
ContentBox contentBox,
boolean isPrintingGrandTotals)
This method does all of the layout of each section of a result set. |
| Uses of ContentBox in ca.sqlpower.wabit.swingui.report |
|---|
| Methods in ca.sqlpower.wabit.swingui.report that return ContentBox | |
|---|---|
ContentBox |
ContentBoxNode.getModel()
|
| Constructors in ca.sqlpower.wabit.swingui.report with parameters of type ContentBox | |
|---|---|
ContentBoxNode(WabitSwingSession session,
java.awt.Window dialogOwner,
WabitWorkspace workspace,
LayoutPanel parentPanel,
ContentBox contentBox)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||