Serialized Form
Package com.java4less.rreport |
label1
java.awt.Label label1
textField1
java.awt.TextField textField1
button1
java.awt.Button button1
button2
java.awt.Button button2
cancelled
boolean cancelled
result
java.lang.String result
im
java.awt.Image im
evaluator
com.java4less.rreport.exp.Evaluator evaluator
- expression evaluation
discardPagesInmediatelly
boolean discardPagesInmediatelly
- discard pages once they have been printed. Do not build list of pages
tipDelay
int tipDelay
- specifies the number of milliseconds the tree will wait before showing a tip for the current node.
activateTips
boolean activateTips
- activate tooltips
activateActions
boolean activateActions
- activate actions
debug
boolean debug
- activate debug
objlistener
RObjectListener objlistener
- this listener is called when an object is clicked
tipFont
java.awt.Font tipFont
- Font used to display tips.
tipColor
java.awt.Color tipColor
- color of the border of the box used to displayed tips.
tipBorder
java.awt.Color tipBorder
- color of the border of the box used to displayed tips.
tipBack
java.awt.Color tipBack
- background of the box used to displayed tips.
showingTipTime
long showingTipTime
enterTime
long enterTime
cursorX
int cursorX
- current posision of cursor
cursorY
int cursorY
exportDirectory
java.lang.String exportDirectory
- directory where the images that will be exported for the html report
imagesHTMLPrefix
java.lang.String imagesHTMLPrefix
- the prefix is added to the image url when the DHTML is created. For example, if your image is images/a.gif and prefix is /examples/, the final url in the HTML code will be /examples/images/a.gif.
exportImagesFormat
java.lang.String exportImagesFormat
- format of the images that will be exported for the html report
showProgressWindow
boolean showProgressWindow
- show progress window while printing? only used by RReportJ2
pdfFontsDirectory
java.lang.String pdfFontsDirectory
- directory where ttf files are found. Default is .\\fonts\\.
dNumber
int dNumber
ComponentOwner
java.awt.Component ComponentOwner
disabledPrinting
boolean disabledPrinting
frameStyle
RLineStyle frameStyle
mPageBackgroundArea
RArea mPageBackgroundArea
mPageBackground
java.awt.Color mPageBackground
mPageBackgroundImage
RPicture mPageBackgroundImage
dbUrl
java.lang.String dbUrl
dbUser
java.lang.String dbUser
dbPsw
java.lang.String dbPsw
dbDriver
java.lang.String dbDriver
reportStarted
boolean reportStarted
endOfReport
boolean endOfReport
databaseProductName
java.lang.String databaseProductName
databaseConnections
java.util.Vector databaseConnections
actionCursor
java.awt.Cursor actionCursor
- this cursor will be activated when the cursor is over an object that has an associated action.
selectedObject
RObjectInstance selectedObject
- the cursor is over this object
showPrintDialog
boolean showPrintDialog
- set it to false in order to hide the printer dialog
showPageDialog
boolean showPageDialog
- set it to false in order to hide the page format dialog (API Java 2)
doLayoutScroll
boolean doLayoutScroll
bufferedImageType
int bufferedImageType
- parameter used to created a bufferedImage for previews. Default is java.awt.image.BufferedImage.TYPE_INT_RGB
printSetup
RPrintSetup printSetup
DBCon
java.sql.Connection DBCon
areas
java.util.Vector areas
Pages
java.util.Vector Pages
PreviewCanvas
com.java4less.rreport.RReport.RPreview PreviewCanvas
ViewArea
javax.swing.JPanel ViewArea
Scroll
javax.swing.JScrollPane Scroll
pg
java.awt.Graphics pg
pageHeader
RArea pageHeader
pageFooter
RArea pageFooter
reportHeader
RArea reportHeader
reportFooter
RArea reportFooter
bHTML
boolean bHTML
bPreview
boolean bPreview
- are we using preview?
lastPrintedArea
RArea lastPrintedArea
- this is necesary for areas that are printed in several columns. We need to know the last printed areas
lastPrinterAreaColumn
int lastPrinterAreaColumn
scaleAlgorithm
int scaleAlgorithm
- algorithm used for the preview zoom, only jdk 1.1
Orientation
int Orientation
pageFrameVerticalMargin
double pageFrameVerticalMargin
pageFrameHorizontalMargin
double pageFrameHorizontalMargin
currentPageNumber
int currentPageNumber
pageSubCounter
int pageSubCounter
showPages
int showPages
currentPage
RPage currentPage
maxPages
int maxPages
mPageWidth
int mPageWidth
mPageHeight
int mPageHeight
mResolution
int mResolution
pjob
java.awt.PrintJob pjob
currentX
double currentX
currentY
double currentY
currentMaxY
double currentMaxY
currentScale
double currentScale
currentSeveralPagesScale
double currentSeveralPagesScale
repTitle
java.lang.String repTitle
HTMLPages
boolean HTMLPages
createHTMLPage
boolean createHTMLPage
firstCreateObjects
boolean firstCreateObjects
printingCancelled
boolean printingCancelled
- true if the user cancelled the printing in the printer dialog
marginLeft
double marginLeft
- margin of the page in centimeters.
marginRight
double marginRight
- margin of the page in centimeters.
marginBottom
double marginBottom
- margin of the page in centimeters. You will need to increase the bottom margin if you increase the size of the page footer.
marginTop
double marginTop
- margin of the page in centimeters.
mPageWidthCM
double mPageWidthCM
- size of the page in centimeter.
mPageHeightCM
double mPageHeightCM
- size of the page in centimeter.
imageFile
java.lang.String imageFile
imageFormat
java.lang.String imageFormat
PDFFile
java.lang.String PDFFile
PDFStream
java.io.OutputStream PDFStream
pdfLayer
PDFLayer pdfLayer
DHtmlLayer
DHTMLLayer DHtmlLayer
activeLayers
java.util.Hashtable activeLayers
- list of active exportLayers (pdf, dhtml ....)
dateFormat
java.lang.String dateFormat
pageImage1
java.awt.Image pageImage1
- images for double buffering in the preview. The preview displays a maximum of 2 pages at a time
pageGraphics1
java.awt.Graphics pageGraphics1
page1
RPage page1
pageImage2
java.awt.Image pageImage2
pageGraphics2
java.awt.Graphics pageGraphics2
page2
RPage page2
areaRepetitionId
long areaRepetitionId
textMode
boolean textMode
- print in text mode
textModeColumns
int textModeColumns
- number of columns in text mode
textModeRows
int textModeRows
- number of rows in text mode
textModeRowHeight
double textModeRowHeight
- CM per line in text mode
textModePrinter
java.lang.String textModePrinter
- printer port in text mode.
textModePrinterType
java.lang.String textModePrinterType
- type of text printer
printerJob
java.awt.print.PrinterJob printerJob
pageFormat
java.awt.print.PageFormat pageFormat
copies
int copies
pf
java.awt.print.PageFormat pf
progressW
com.java4less.rreport.progressWindow progressW
printingNow
boolean printingNow
bActivated
boolean bActivated
root
javax.swing.JPanel root
StatusBar
javax.swing.JPanel StatusBar
borderLayout2
java.awt.BorderLayout borderLayout2
borderLayout3
java.awt.BorderLayout borderLayout3
btnDown
javax.swing.JButton btnDown
btnUp
javax.swing.JButton btnUp
txtPage
javax.swing.JTextField txtPage
ToolBar
javax.swing.JPanel ToolBar
btnOnePage
javax.swing.JButton btnOnePage
txtZoom
javax.swing.JTextField txtZoom
btnZoomUp
javax.swing.JButton btnZoomUp
btnZoomDown
javax.swing.JButton btnZoomDown
btnTwoPages
javax.swing.JButton btnTwoPages
btnHTML
javax.swing.JButton btnHTML
btnPdf
javax.swing.JButton btnPdf
btnExit
javax.swing.JButton btnExit
btnPrint
javax.swing.JButton btnPrint
DialogOwner
java.awt.Frame DialogOwner
rep
RReport rep
btnFirst
javax.swing.JButton btnFirst
btnLast
javax.swing.JButton btnLast
enablePDF
boolean enablePDF
- show pdf button?
bActivated
boolean bActivated
root
javax.swing.JPanel root
StatusBar
javax.swing.JPanel StatusBar
borderLayout2
java.awt.BorderLayout borderLayout2
borderLayout3
java.awt.BorderLayout borderLayout3
btnDown
javax.swing.JButton btnDown
btnUp
javax.swing.JButton btnUp
txtPage
javax.swing.JTextField txtPage
ToolBar
javax.swing.JPanel ToolBar
btnOnePage
javax.swing.JButton btnOnePage
txtZoom
javax.swing.JTextField txtZoom
btnZoomUp
javax.swing.JButton btnZoomUp
btnZoomDown
javax.swing.JButton btnZoomDown
btnTwoPages
javax.swing.JButton btnTwoPages
btnHTML
javax.swing.JButton btnHTML
btnExit
javax.swing.JButton btnExit
btnPrint
javax.swing.JButton btnPrint
DialogOwner
java.awt.Frame DialogOwner
rep
RReport rep
btnFirst
javax.swing.JButton btnFirst
btnLast
javax.swing.JButton btnLast
StatusBar
java.awt.Panel StatusBar
ToolBar
java.awt.Panel ToolBar
txtPage
java.awt.Label txtPage
btnOnePage
RButton btnOnePage
btnTwoPages
RButton btnTwoPages
btnPrint
RButton btnPrint
btnHTML
RButton btnHTML
btnUp
RButton btnUp
btnDown
RButton btnDown
btnExit
RButton btnExit
txtZoom
java.awt.Label txtZoom
txtPagesToPrint
java.awt.TextField txtPagesToPrint
btnZoomUp
RButton btnZoomUp
btnZoomDown
RButton btnZoomDown
rep
RReport rep
DialogOwner
java.awt.Frame DialogOwner
bActivated
boolean bActivated
splashIm
java.awt.Image splashIm