|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReportModel in jdbreport.design.model |
---|
Classes in jdbreport.design.model that implement ReportModel | |
---|---|
class |
TemplateModel
|
Methods in jdbreport.design.model that return ReportModel | |
---|---|
protected ReportModel |
TemplateBook.createDefaultModel()
|
Uses of ReportModel in jdbreport.design.model.xml |
---|
Methods in jdbreport.design.model.xml with parameters of type ReportModel | |
---|---|
protected void |
TemplateBookParser.writeCell(PrintWriter writer,
ReportModel model,
Cell cell,
int r,
int c)
|
protected void |
TemplCellHandler.writeElements(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int column)
|
protected void |
TemplateBookParser.writeGroupChild(PrintWriter writer,
Group group,
ReportModel model)
|
Uses of ReportModel in jdbreport.grid |
---|
Methods in jdbreport.grid that return ReportModel | |
---|---|
protected ReportModel |
CellPropertiesDlg.getModel()
|
ReportModel |
JReportGrid.getReportModel()
|
Methods in jdbreport.grid with parameters of type ReportModel | |
---|---|
int |
JReportGrid.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
int |
JReportGrid.AbstractReportRenderer.getTextHeight(ReportModel model,
int row,
int column)
|
int |
ReportCellRenderer.getTextHeight(ReportModel model,
int row,
int column)
|
void |
JReportGrid.updateRowHeight(ReportModel model)
|
void |
JReportGrid.updateRowHeight(ReportModel model,
int row,
int column)
Compares text's height and row's height. |
Constructors in jdbreport.grid with parameters of type ReportModel | |
---|---|
ReportPrintable(ReportModel model)
|
Uses of ReportModel in jdbreport.grid.undo |
---|
Methods in jdbreport.grid.undo that return ReportModel | |
---|---|
ReportModel |
GridHandler.getReportModel()
|
Methods in jdbreport.grid.undo with parameters of type ReportModel | |
---|---|
void |
GridParser.save(Writer writer,
ReportModel model)
|
Constructors in jdbreport.grid.undo with parameters of type ReportModel | |
---|---|
GridHandler(ReportModel model,
XMLReader reader)
|
Uses of ReportModel in jdbreport.helper |
---|
Methods in jdbreport.helper with parameters of type ReportModel | |
---|---|
Image |
ColorValue.getAsImage(ReportModel model,
int row,
int column)
|
int |
ImageReportRenderer.getTextHeight(ReportModel model,
int row,
int column)
|
int |
ColorReportRenderer.getTextHeight(ReportModel model,
int row,
int column)
|
protected void |
ImageReportRenderer.prepareIcon(ReportModel model,
int row,
int column,
StyledDocument doc)
|
boolean |
AbstractImageValue.write(PrintWriter writer,
ReportModel model,
int row,
int column)
|
boolean |
ColorValue.write(PrintWriter writer,
ReportModel model,
int row,
int column)
|
boolean |
AbstractImageValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
ResourceWriter resourceWriter,
String format)
|
boolean |
ColorValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
ResourceWriter resourceWriter,
String format)
|
boolean |
ColorValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
String format)
|
Uses of ReportModel in jdbreport.model |
---|
Classes in jdbreport.model that implement ReportModel | |
---|---|
class |
JReportModel
|
Methods in jdbreport.model that return ReportModel | |
---|---|
protected ReportModel |
ReportBook.createDefaultModel()
|
protected ReportModel |
ReportBook.doCreateDefaultModel()
|
ReportModel |
ReportBook.remove(int index)
Removes the ReportModel |
Methods in jdbreport.model that return types with arguments of type ReportModel | |
---|---|
Iterator<ReportModel> |
ReportBook.iterator()
Returns an iterator over the ReportModel |
Methods in jdbreport.model with parameters of type ReportModel | |
---|---|
void |
ReportBook.add(int index,
ReportModel reportModel)
Inserts the element representing the ReportModel at the specified position in the list of the ReportModel |
int |
ReportBook.add(ReportModel reportModel)
Appends the ReportModel to the end of the list of the ReportModel |
int |
HeighCalculator.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
Image |
AbstractValue.getAsImage(ReportModel model,
int row,
int column)
|
Image |
CellValue.getAsImage(ReportModel model,
int row,
int column)
|
Image |
PageNumber.getAsImage(ReportModel model,
int row,
int column)
|
boolean |
ReportBook.remove(ReportModel model)
Removes the ReportModel |
void |
ReportBook.removeDoubleBorders(ReportModel model)
|
boolean |
CellValue.write(PrintWriter writer,
ReportModel model,
int row,
int column)
Writes to XML |
boolean |
PageNumber.write(PrintWriter writer,
ReportModel model,
int row,
int column)
|
boolean |
CellValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
ResourceWriter resourceWriter,
String format)
Writes to writer |
boolean |
PageNumber.write(PrintWriter writer,
ReportModel model,
int row,
int column,
ResourceWriter resourceWriter,
String format)
|
boolean |
AbstractValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
String format)
|
boolean |
CellValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
String format)
Writes to writer |
boolean |
PageNumber.write(PrintWriter writer,
ReportModel model,
int row,
int column,
String format)
|
Uses of ReportModel in jdbreport.model.clipboard |
---|
Methods in jdbreport.model.clipboard that return ReportModel | |
---|---|
ReportModel |
FragmentHandler.getReportModel()
|
Methods in jdbreport.model.clipboard with parameters of type ReportModel | |
---|---|
void |
ClipboardParser.save(Writer writer,
ReportModel model,
GridRect selectionRect)
|
protected void |
ClipboardParser.saveSheet(PrintWriter writer,
ReportModel model)
|
protected void |
ClipboardParser.writeCell(PrintWriter writer,
ReportModel model,
Cell cell,
int r,
int c)
|
protected void |
ClipboardParser.writeRow(PrintWriter writer,
TableRow row,
ReportModel model,
int currentRow)
|
protected void |
ClipboardParser.writeRows(PrintWriter writer,
ReportModel model)
|
protected void |
ClipboardParser.writeStyles(ReportModel model,
PrintWriter fw)
|
Constructors in jdbreport.model.clipboard with parameters of type ReportModel | |
---|---|
FragmentHandler(ReportModel model,
XMLReader reader,
int startRow,
int startCol)
|
Uses of ReportModel in jdbreport.model.io.xml |
---|
Methods in jdbreport.model.io.xml that return ReportModel | |
---|---|
ReportModel |
DefaultReaderHandler.getReportModel()
|
ReportModel |
DefaultReportParser.getReportModel()
|
Methods in jdbreport.model.io.xml with parameters of type ReportModel | |
---|---|
void |
CellParser.save(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int col)
|
protected void |
ReportBookWriterParser.saveSheet(PrintWriter writer,
ReportModel model)
|
protected void |
ReportBookWriterParser.writeCell(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int col)
|
protected void |
CellParser.writeElements(PrintWriter writer,
ReportModel model,
Cell cell,
int row,
int column)
|
protected void |
ReportBookWriterParser.writeGroup(PrintWriter writer,
Group group,
ReportModel model)
|
protected void |
ReportBookWriterParser.writeGroupChild(PrintWriter writer,
Group group,
ReportModel model)
|
protected void |
ReportBookWriterParser.writeRow(PrintWriter writer,
TableRow row,
ReportModel model)
|
protected void |
ReportBookWriterParser.writeRows(PrintWriter writer,
ReportModel model)
|
void |
ReportBookWriterParser.writeSheet(PrintWriter writer,
ReportModel model)
|
Uses of ReportModel in jdbreport.model.math |
---|
Methods in jdbreport.model.math with parameters of type ReportModel | |
---|---|
Image |
MathValue.getAsImage(ReportModel model,
int row,
int column)
|
int |
MathReportRenderer.getTextHeight(ReportModel model,
int row,
int column)
|
boolean |
MathValue.write(PrintWriter writer,
ReportModel model,
int row,
int column)
|
boolean |
MathValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
ResourceWriter resourceWriter,
String format)
|
Uses of ReportModel in jdbreport.model.svg |
---|
Methods in jdbreport.model.svg with parameters of type ReportModel | |
---|---|
Image |
SVGValue.getAsImage(ReportModel model,
int row,
int column)
|
int |
SVGReportRenderer.getTextHeight(ReportModel model,
int row,
int column)
|
boolean |
SVGValue.write(PrintWriter writer,
ReportModel model,
int row,
int column)
|
boolean |
SVGValue.write(PrintWriter writer,
ReportModel model,
int row,
int column,
ResourceWriter resourceWriter,
String format)
|
Uses of ReportModel in jdbreport.view |
---|
Methods in jdbreport.view with parameters of type ReportModel | |
---|---|
protected void |
ReportPane.addReportGrid(int index,
ReportModel rm)
|
protected void |
ReportPane.addReportGrid(ReportModel rm)
|
int |
ReportDialog.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
int |
ReportPane.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
int |
ReportEditor.calcRowHeight(ReportModel model,
Cell cell,
int row,
int column)
|
protected boolean |
ReportPane.canShowGrid(ReportModel rm)
|
protected JReportGrid |
ReportPane.createReportGrid(ReportModel rm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |