|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package com.jrefinery.report |
Class com.jrefinery.report.Band implements Serializable |
Serialized Fields |
java.util.ArrayList allElements
ElementStyleSheet bandDefaults
Class com.jrefinery.report.DrawableElement implements Serializable |
Class com.jrefinery.report.Element implements Serializable |
Serialized Fields |
DataSource datasource
java.lang.String name
ElementStyleSheet style
com.jrefinery.report.Element.ElementStyleSheetCollectionHelper styleSheetCollectionHelper
Band parent
Class com.jrefinery.report.ElementAlignment implements Serializable |
Serialization Methods |
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- if the element could not be resolved.Serialized Fields |
java.lang.String myName
int oldAlignment
Element class.
Class com.jrefinery.report.EmptyReportException implements Serializable |
Class com.jrefinery.report.Group implements Serializable |
Serialized Fields |
java.lang.String name
java.util.TreeSet fields
GroupHeader header
GroupFooter footer
com.jrefinery.report.Group.GroupStyleSheetCollectionHelper styleSheetCollectionHelper
Class com.jrefinery.report.GroupFooter implements Serializable |
Class com.jrefinery.report.GroupHeader implements Serializable |
Class com.jrefinery.report.GroupList implements Serializable |
Serialized Fields |
java.lang.Object[] cache
java.util.ArrayList backend
com.jrefinery.report.GroupList.GroupListStyleSheetCollectionHelper styleSheetCollectionHelper
Class com.jrefinery.report.ImageElement implements Serializable |
Class com.jrefinery.report.ImageReference implements Serializable |
Serialized Fields |
java.awt.Image image
java.net.URL url
java.awt.geom.Rectangle2D bounds
float scaleX
float scaleY
int width
int height
Class com.jrefinery.report.ItemBand implements Serializable |
Class com.jrefinery.report.JFreeReport implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- if there is an IO problem.
java.lang.ClassNotFoundException
- if there is a class problem.private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
- if errors occurSerialized Fields |
javax.swing.table.TableModel data
ReportProperties properties
ExpressionCollection functions
ExpressionCollection expressions
GroupList groups
ReportHeader reportHeader
ReportFooter reportFooter
PageHeader pageHeader
PageFooter pageFooter
ItemBand itemBand
ReportConfiguration reportConfiguration
StyleSheetCollection styleSheetCollection
Class com.jrefinery.report.PageFooter implements Serializable |
Class com.jrefinery.report.PageHeader implements Serializable |
Class com.jrefinery.report.ReportEventException implements Serializable |
Serialized Fields |
java.util.List childExceptions
Class com.jrefinery.report.ReportFooter implements Serializable |
Class com.jrefinery.report.ReportHeader implements Serializable |
Class com.jrefinery.report.ReportInitialisationException implements Serializable |
Class com.jrefinery.report.ReportInterruptedException implements Serializable |
Class com.jrefinery.report.ReportProcessingException implements Serializable |
Class com.jrefinery.report.ShapeElement implements Serializable |
Class com.jrefinery.report.TextElement implements Serializable |
Serialized Fields |
StringFilter stringfilter
Class com.jrefinery.report.UnmodifiableGroupList implements Serializable |
Package com.jrefinery.report.io.ext.factory.stylekey |
Class com.jrefinery.report.io.ext.factory.stylekey.StyleKeyReferenceTableModel implements Serializable |
Serialized Fields |
java.util.ArrayList rows
Package com.jrefinery.report.io.ext.factory.objects |
Class com.jrefinery.report.io.ext.factory.objects.ObjectReferenceTableModel implements Serializable |
Serialized Fields |
java.util.ArrayList rows
Package com.jrefinery.report.io.ext.factory.datasource |
Class com.jrefinery.report.io.ext.factory.datasource.DataSourceReferenceTableModel implements Serializable |
Serialized Fields |
java.util.ArrayList rows
Package com.jrefinery.report.io.ext.writer |
Class com.jrefinery.report.io.ext.writer.ReportConverterGUI implements Serializable |
Serialized Fields |
javax.swing.JTextField sourceField
javax.swing.JTextField targetField
javax.swing.JFileChooser fileChooser
java.util.ResourceBundle resources
Class com.jrefinery.report.io.ext.writer.ReportWriterException implements Serializable |
Package com.jrefinery.report.util |
Class com.jrefinery.report.util.AbstractActionDowngrade implements Serializable |
Class com.jrefinery.report.util.ActionButton implements Serializable |
Serialized Fields |
javax.swing.Action action
com.jrefinery.report.util.ActionButton.ActionEnablePropertyChangeHandler propertyChangeHandler
Class com.jrefinery.report.util.ActionMenuItem implements Serializable |
Serialized Fields |
javax.swing.Action action
com.jrefinery.report.util.ActionMenuItem.ActionEnablePropertyChangeHandler propertyChangeHandler
Class com.jrefinery.report.util.ActionRadioButton implements Serializable |
Serialized Fields |
javax.swing.Action action
com.jrefinery.report.util.ActionRadioButton.ActionEnablePropertyChangeHandler propertyChangeHandler
Class com.jrefinery.report.util.DefaultReportConfiguration implements Serializable |
Class com.jrefinery.report.util.ExceptionDialog implements Serializable |
Serialized Fields |
javax.swing.JTextArea backtraceArea
javax.swing.JLabel messageLabel
java.lang.Exception currentEx
com.jrefinery.report.util.ExceptionDialog.OKAction okAction
com.jrefinery.report.util.ExceptionDialog.DetailsAction detailsAction
javax.swing.JScrollPane scroller
javax.swing.JPanel filler
Class com.jrefinery.report.util.HashNMap implements Serializable |
Serialized Fields |
java.util.HashMap table
Class com.jrefinery.report.util.HTMLCharacterEntities implements Serializable |
Class com.jrefinery.report.util.InstanceID implements Serializable |
Class com.jrefinery.report.util.KeyedQueue implements Serializable |
Serialized Fields |
java.util.LinkedList list
java.util.HashMap table
int limit
Class com.jrefinery.report.util.LengthLimitingDocument implements Serializable |
Serialized Fields |
int maxlen
Class com.jrefinery.report.util.ObjectStreamResolveException implements Serializable |
Class com.jrefinery.report.util.PropertyFileReportConfiguration implements Serializable |
Class com.jrefinery.report.util.ReportConfiguration implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
- if errors occur while writing the stream.Serialized Fields |
java.util.Properties configuration
Class com.jrefinery.report.util.ReportProperties implements Serializable |
Serialized Fields |
java.util.HashMap properties
java.util.TreeSet markedProperties
Class com.jrefinery.report.util.SystemOutLogTarget implements Serializable |
Class com.jrefinery.report.util.SystemPropertyConfiguration implements Serializable |
Class com.jrefinery.report.util.WaitingImageObserver implements Serializable |
Serialized Fields |
boolean lock
java.awt.Image image
boolean error
Class com.jrefinery.report.util.WeakReferenceList implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- if there is an I/O error.
java.lang.ClassNotFoundException
- if a serialized class is not defined on this system.private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
- if there is an I/O error.Serialized Fields |
java.lang.Object master
java.lang.ref.Reference[] childs
int size
int maxChilds
Package com.jrefinery.report.event |
Class com.jrefinery.report.event.LayoutEvent implements Serializable |
Serialized Fields |
Band layoutedBand
Class com.jrefinery.report.event.ReportEvent implements Serializable |
Serialized Fields |
int type
Package com.jrefinery.report.function |
Class com.jrefinery.report.function.BSHExpression implements Serializable |
Serialized Fields |
bsh.Interpreter interpreter
Class com.jrefinery.report.function.CountDistinctFunction implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.Class com.jrefinery.report.function.ElementColorFunction implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
- if errors occur while writing the stream.Class com.jrefinery.report.function.ElementVisibilitySwitchFunction implements Serializable |
Serialized Fields |
boolean trigger
boolean warned
boolean pagebreak
Class com.jrefinery.report.function.EventMonitorFunction implements Serializable |
Serialized Fields |
int reportStartCount
Class com.jrefinery.report.function.ExpressionCollection implements Serializable |
Serialized Fields |
java.util.HashMap expressionPositions
java.util.ArrayList expressionList
Class com.jrefinery.report.function.FunctionInitializeException implements Serializable |
Serialized Fields |
java.lang.Exception parent
Class com.jrefinery.report.function.FunctionProcessingException implements Serializable |
Class com.jrefinery.report.function.GroupCountFunction implements Serializable |
Serialized Fields |
int count
Class com.jrefinery.report.function.ItemAvgFunction implements Serializable |
Serialized Fields |
java.math.BigDecimal sum
java.math.BigDecimal itemCount
NumberFormatParser parser
StaticDataSource datasource
Class com.jrefinery.report.function.ItemColumnQuotientExpression implements Serializable |
Serialized Fields |
NumberFormatParser parser
StaticDataSource datasource
Class com.jrefinery.report.function.ItemColumnQuotientFunction implements Serializable |
Class com.jrefinery.report.function.ItemCountFunction implements Serializable |
Serialized Fields |
int count
Class com.jrefinery.report.function.ItemHideFunction implements Serializable |
Serialized Fields |
java.lang.Object lastObject
boolean visible
boolean firstInGroup
Class com.jrefinery.report.function.ItemMaxFunction implements Serializable |
Serialized Fields |
java.math.BigDecimal max
NumberFormatParser parser
StaticDataSource datasource
Class com.jrefinery.report.function.ItemMinFunction implements Serializable |
Serialized Fields |
java.math.BigDecimal min
NumberFormatParser parser
StaticDataSource datasource
Class com.jrefinery.report.function.ItemPercentageFunction implements Serializable |
Serialized Fields |
TotalGroupSumFunction totalSumFunction
java.math.BigDecimal currentValue
NumberFormatParser parser
StaticDataSource datasource
Class com.jrefinery.report.function.ItemSumFunction implements Serializable |
Serialized Fields |
java.math.BigDecimal sum
NumberFormatParser parser
StaticDataSource datasource
Class com.jrefinery.report.function.PageFunction implements Serializable |
Serialized Fields |
int page
boolean isGroupStarted
Class com.jrefinery.report.function.PageTotalFunction implements Serializable |
Serialized Fields |
com.jrefinery.report.function.PageTotalFunction.PageStorage pageStorage
java.util.HashMap groupPages
boolean isGroupStarted
Class com.jrefinery.report.function.PaintComponentFunction implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.Class com.jrefinery.report.function.PaintDynamicComponentFunction implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.Class com.jrefinery.report.function.ReportPropertyFunction implements Serializable |
Serialized Fields |
java.lang.Object value
Class com.jrefinery.report.function.TextFormatExpression implements Serializable |
Serialized Fields |
java.util.ArrayList fieldList
Class com.jrefinery.report.function.TotalCalculationFunction implements Serializable |
Serialized Fields |
java.util.ArrayList storedResults
int currentIndex
Class com.jrefinery.report.function.TotalGroupSumFunction implements Serializable |
Serialized Fields |
com.jrefinery.report.function.TotalGroupSumFunction.GroupSum groupResult
java.util.ArrayList results
int currentIndex
Class com.jrefinery.report.function.TotalGroupSumQuotientFunction implements Serializable |
Serialized Fields |
NumberFormatParser parser
StaticDataSource datasource
com.jrefinery.report.function.TotalGroupSumQuotientFunction.GroupSum groupDividend
com.jrefinery.report.function.TotalGroupSumQuotientFunction.GroupSum groupDivisor
java.util.ArrayList dividendResults
java.util.ArrayList divisorResults
int currentIndex
Package com.jrefinery.report.targets |
Class com.jrefinery.report.targets.FloatDimension implements Serializable |
Class com.jrefinery.report.targets.FontDefinition implements Serializable |
Serialized Fields |
java.lang.String fontEncoding
java.lang.String fontName
int fontSize
boolean isBold
boolean isItalic
boolean isUnderline
boolean isStrikeThrough
boolean embeddedFont
Package com.jrefinery.report.targets.base.content |
Class com.jrefinery.report.targets.base.content.ContentCreationException implements Serializable |
Package com.jrefinery.report.targets.base.layout |
Class com.jrefinery.report.targets.base.layout.SizeCalculatorException implements Serializable |
Package com.jrefinery.report.targets.style |
Class com.jrefinery.report.targets.style.BandDefaultStyleSheet implements Serializable |
Serialized Fields |
boolean locked
Class com.jrefinery.report.targets.style.BandStyleSheet implements Serializable |
Class com.jrefinery.report.targets.style.ElementDefaultStyleSheet implements Serializable |
Serialized Fields |
boolean locked
Class com.jrefinery.report.targets.style.ElementStyleSheet implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
- if errors occur while writing the stream.Serialized Fields |
InstanceID id
java.lang.String name
java.util.ArrayList parents
java.util.ArrayList defaultSheets
boolean allowCaching
Class com.jrefinery.report.targets.style.InvalidStyleSheetCollectionException implements Serializable |
Class com.jrefinery.report.targets.style.StyleKey implements Serializable |
Serialization Methods |
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- if the element could not be resolved.Serialized Fields |
java.lang.String name
java.lang.Class valueType
int hashCode
Class com.jrefinery.report.targets.style.StyleSheetCollection implements Serializable |
Serialized Fields |
HashNMap styleSheets
Class com.jrefinery.report.targets.style.StyleSheetCollectionHelper implements Serializable |
Serialized Fields |
StyleSheetCollection styleSheetCollection
Package com.jrefinery.report.targets.pageable |
Class com.jrefinery.report.targets.pageable.OutputTargetException implements Serializable |
Package com.jrefinery.report.targets.pageable.pagelayout |
Class com.jrefinery.report.targets.pageable.pagelayout.SimplePageLayoutCursor implements Serializable |
Serialized Fields |
float y
float pageBottom
float reserved
float pageTop
Package com.jrefinery.report.action |
Class com.jrefinery.report.action.AboutAction implements Serializable |
Class com.jrefinery.report.action.CloseAction implements Serializable |
Class com.jrefinery.report.action.ExportToCSVAction implements Serializable |
Class com.jrefinery.report.action.ExportToExcelAction implements Serializable |
Class com.jrefinery.report.action.ExportToHtmlAction implements Serializable |
Class com.jrefinery.report.action.FirstPageAction implements Serializable |
Class com.jrefinery.report.action.GotoPageAction implements Serializable |
Class com.jrefinery.report.action.LastPageAction implements Serializable |
Class com.jrefinery.report.action.NextPageAction implements Serializable |
Class com.jrefinery.report.action.PageSetupAction implements Serializable |
Class com.jrefinery.report.action.PreviousPageAction implements Serializable |
Class com.jrefinery.report.action.PrintAction implements Serializable |
Class com.jrefinery.report.action.SaveAsAction implements Serializable |
Class com.jrefinery.report.action.ZoomInAction implements Serializable |
Class com.jrefinery.report.action.ZoomOutAction implements Serializable |
Package com.jrefinery.report.tablemodel |
Class com.jrefinery.report.tablemodel.ScrollableResultSetTableModel implements Serializable |
Serialized Fields |
java.sql.ResultSet resultset
java.sql.ResultSetMetaData dbmd
int rowCount
Package com.jrefinery.report.filter |
Class com.jrefinery.report.filter.DataRowDataSource implements Serializable |
Serialized Fields |
java.lang.String dataSourceColumnName
Class com.jrefinery.report.filter.DateFormatFilter implements Serializable |
Class com.jrefinery.report.filter.DateFormatParser implements Serializable |
Class com.jrefinery.report.filter.DecimalFormatFilter implements Serializable |
Class com.jrefinery.report.filter.DecimalFormatParser implements Serializable |
Class com.jrefinery.report.filter.DrawableFilter implements Serializable |
Serialized Fields |
DataSource dataSource
Class com.jrefinery.report.filter.EmptyDataSource implements Serializable |
Class com.jrefinery.report.filter.ExpressionDataSource implements Serializable |
Serialized Fields |
java.lang.String expression
Expression.setName(String)
,
Expression.getName()
DataRow dataRow
Class com.jrefinery.report.filter.FormatFilter implements Serializable |
Serialized Fields |
java.text.Format format
DataSource datasource
java.lang.String nullvalue
Class com.jrefinery.report.filter.FormatParser implements Serializable |
Serialized Fields |
java.text.Format format
DataSource datasource
java.lang.Object nullvalue
Class com.jrefinery.report.filter.FunctionDataSource implements Serializable |
Serialized Fields |
java.lang.String function
Expression.setName(String)
,
Expression.getName()
DataRow dataRow
Class com.jrefinery.report.filter.ImageLoadFilter implements Serializable |
Serialized Fields |
KeyedQueue imageCache
DataSource source
Class com.jrefinery.report.filter.ImageRefFilter implements Serializable |
Serialized Fields |
DataSource dataSource
Class com.jrefinery.report.filter.NumberFormatFilter implements Serializable |
Class com.jrefinery.report.filter.NumberFormatParser implements Serializable |
Class com.jrefinery.report.filter.ReportDataSource implements Serializable |
Serialized Fields |
java.lang.String fieldName
DataRow dataRow
Class com.jrefinery.report.filter.ResourceFileFilter implements Serializable |
Serialized Fields |
java.util.ResourceBundle resources
DataSource dataSource
Class com.jrefinery.report.filter.ShapeFilter implements Serializable |
Serialized Fields |
DataSource dataSource
Class com.jrefinery.report.filter.SimpleDateFormatFilter implements Serializable |
Class com.jrefinery.report.filter.SimpleDateFormatParser implements Serializable |
Class com.jrefinery.report.filter.StaticDataSource implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- when reading the stream fails.
java.lang.ClassNotFoundException
- if a class definition for a serialized object
could not be found.private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
- if errors occur while writing the stream.Class com.jrefinery.report.filter.StringFilter implements Serializable |
Serialized Fields |
DataSource source
java.lang.String nullvalue
Class com.jrefinery.report.filter.URLFilter implements Serializable |
Serialized Fields |
DataSource source
java.net.URL baseURL
URL.URL(java.net.URL, java.lang.String)
Package com.jrefinery.report.filter.templates |
Class com.jrefinery.report.filter.templates.AbstractTemplate implements Serializable |
Serialized Fields |
java.lang.String name
Class com.jrefinery.report.filter.templates.DateFieldTemplate implements Serializable |
Serialized Fields |
SimpleDateFormatFilter dateFilter
DataRowDataSource dataRowDataSource
StringFilter stringFilter
Class com.jrefinery.report.filter.templates.ImageFieldTemplate implements Serializable |
Serialized Fields |
DataRowDataSource dataRowDataSource
ImageRefFilter imageRefFilter
Class com.jrefinery.report.filter.templates.ImageURLElementTemplate implements Serializable |
Serialized Fields |
ImageLoadFilter imageLoadFilter
StaticDataSource staticDataSource
URLFilter urlFilter
Class com.jrefinery.report.filter.templates.ImageURLFieldTemplate implements Serializable |
Serialized Fields |
ImageLoadFilter imageLoadFilter
DataRowDataSource dataRowDataSource
URLFilter urlFilter
Class com.jrefinery.report.filter.templates.LabelTemplate implements Serializable |
Serialized Fields |
StaticDataSource staticDataSource
StringFilter stringFilter
Class com.jrefinery.report.filter.templates.NumberFieldTemplate implements Serializable |
Serialized Fields |
DecimalFormatFilter decimalFormatFilter
DataRowDataSource dataRowDataSource
StringFilter stringFilter
Class com.jrefinery.report.filter.templates.ResourceFieldTemplate implements Serializable |
Serialized Fields |
DataRowDataSource dataRowDataSource
StringFilter stringFilter
ResourceFileFilter resourceFilter
java.lang.String resourceClassName
Class com.jrefinery.report.filter.templates.ResourceLabelTemplate implements Serializable |
Serialized Fields |
StaticDataSource staticDataSource
StringFilter stringFilter
ResourceFileFilter resourceFilter
java.lang.String resourceClassName
Class com.jrefinery.report.filter.templates.ShapeFieldTemplate implements Serializable |
Serialized Fields |
DataRowDataSource dataRowDataSource
ShapeFilter shapeFilter
Class com.jrefinery.report.filter.templates.StringFieldTemplate implements Serializable |
Serialized Fields |
DataRowDataSource dataRowDataSource
StringFilter stringFilter
Package com.jrefinery.report.preview |
Class com.jrefinery.report.preview.CSVExportDialog implements Serializable |
Serialized Fields |
javax.swing.JTextField txFilename
javax.swing.JComboBox cbEncoding
EncodingComboBoxModel encodingModel
javax.swing.JCheckBox cbxStrictLayout
javax.swing.JRadioButton rbSeparatorTab
javax.swing.JRadioButton rbSeparatorColon
javax.swing.JRadioButton rbSeparatorSemicolon
javax.swing.JRadioButton rbSeparatorOther
javax.swing.JTextField txSeparatorOther
javax.swing.JRadioButton rbExportData
javax.swing.JRadioButton rbExportPrintedElements
javax.swing.JFileChooser fileChooser
boolean confirmed
java.util.ResourceBundle resources
Class com.jrefinery.report.preview.ExcelExportDialog implements Serializable |
Serialized Fields |
javax.swing.Action actionConfirm
javax.swing.Action actionCancel
javax.swing.Action actionSelectFile
javax.swing.JTextField txFilename
javax.swing.JCheckBox cbStrictLayout
boolean confirmed
javax.swing.JButton btnConfirm
javax.swing.JButton btnCancel
java.util.ResourceBundle resources
javax.swing.JFileChooser fileChooser
Class com.jrefinery.report.preview.ExportAction implements Serializable |
Serialized Fields |
ExportPlugin plugin
JFreeReport report
PreviewProxyBase proxyBase
Class com.jrefinery.report.preview.HtmlExportDialog implements Serializable |
Serialized Fields |
javax.swing.Action actionCancel
javax.swing.JTextField txStreamFilename
javax.swing.JTextField txZipFilename
javax.swing.JTextField txDirFilename
javax.swing.JTextField txZipDataFilename
javax.swing.JTextField txDirDataFilename
javax.swing.JTextField txTitle
javax.swing.JTextField txAuthor
javax.swing.JComboBox cbEncoding
EncodingComboBoxModel encodingModel
javax.swing.JCheckBox cbxStrictLayout
javax.swing.JRadioButton rbGenerateXHTML
javax.swing.JRadioButton rbGenerateHTML4
javax.swing.JCheckBox cbxCopyExternalReferencesZip
javax.swing.JCheckBox cbxCopyExternalReferencesDir
boolean confirmed
javax.swing.JFileChooser fileChooserZip
javax.swing.JFileChooser fileChooserDir
javax.swing.JFileChooser fileChooserStream
javax.swing.JTabbedPane exportSelection
java.util.ResourceBundle resources
Class com.jrefinery.report.preview.PDFSaveDialog implements Serializable |
Serialized Fields |
javax.swing.Action actionConfirm
javax.swing.Action actionCancel
javax.swing.Action actionSecuritySelection
javax.swing.Action actionSelectFile
javax.swing.JTextField txFilename
javax.swing.JTextField txAuthor
javax.swing.JTextField txTitle
javax.swing.JRadioButton rbSecurityNone
javax.swing.JRadioButton rbSecurity40Bit
javax.swing.JRadioButton rbSecurity128Bit
javax.swing.JTextField txUserPassword
javax.swing.JTextField txOwnerPassword
javax.swing.JTextField txConfUserPassword
javax.swing.JTextField txConfOwnerPassword
javax.swing.JCheckBox cxAllowCopy
javax.swing.JCheckBox cxAllowScreenReaders
javax.swing.JComboBox cbAllowPrinting
javax.swing.JCheckBox cxAllowAssembly
javax.swing.JCheckBox cxAllowModifyContents
javax.swing.JCheckBox cxAllowModifyAnnotations
javax.swing.JCheckBox cxAllowFillIn
javax.swing.DefaultComboBoxModel printingModel
javax.swing.JComboBox cbEncoding
EncodingComboBoxModel encodingModel
boolean confirmed
javax.swing.JButton btnConfirm
javax.swing.JButton btnCancel
java.util.ResourceBundle resources
javax.swing.JFileChooser fileChooser
Class com.jrefinery.report.preview.PlainTextExportDialog implements Serializable |
Serialized Fields |
boolean confirmed
java.util.ResourceBundle resources
EncodingComboBoxModel plainTextEncodingModel
EncodingComboBoxModel ibmPrinterEncodingModel
EncodingComboBoxModel epsonPrinterEncodingModel
EncodingComboBoxModel selectedEncodingModel
javax.swing.JComboBox cbEncoding
javax.swing.JRadioButton rbPlainPrinterCommandSet
javax.swing.JRadioButton rbEpsonPrinterCommandSet
javax.swing.JRadioButton rbIBMPrinterCommandSet
javax.swing.JTextField txFilename
javax.swing.JComboBox cbLinesPerInch
javax.swing.JComboBox cbCharsPerInch
javax.swing.JFileChooser fileChooser
PrinterCommandSet plainTextCommandSet
PrinterCommandSet ibmPrinterCommandSet
PrinterCommandSet epsonPrinterCommandSet
Class com.jrefinery.report.preview.PreviewApplet implements Serializable |
Serialized Fields |
PreviewProxyBase base
java.util.ResourceBundle resources
Class com.jrefinery.report.preview.PreviewDialog implements Serializable |
Serialized Fields |
PreviewProxyBase base
java.util.ResourceBundle resources
Class com.jrefinery.report.preview.PreviewFrame implements Serializable |
Serialized Fields |
PreviewProxyBase base
java.util.ResourceBundle resources
Class com.jrefinery.report.preview.PreviewInternalFrame implements Serializable |
Serialized Fields |
PreviewProxyBase base
java.util.ResourceBundle resources
Class com.jrefinery.report.preview.PreviewProxyBase implements Serializable |
Serialized Fields |
Worker paginationWorker
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction aboutAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction closeAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction firstPageAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction lastPageAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction nextPageAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction previousPageAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction zoomInAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction zoomOutAction
com.jrefinery.report.preview.PreviewProxyBase.WrapperAction gotoAction
javax.swing.JComboBox zoomSelect
int zoomIndex
ReportPane reportPane
java.util.ResourceBundle resources
boolean largeIconsEnabled
javax.swing.JLabel statusHolder
javax.swing.JToolBar toolbar
java.awt.Dimension maximumSize
java.awt.Dimension preferredSize
PreviewProxy proxy
java.util.ArrayList exportPlugIns
java.util.HashMap pluginActions
Class com.jrefinery.report.preview.PreviewProxyBase.ZoomSetAction implements Serializable |
Serialized Fields |
int zoomFactor
Class com.jrefinery.report.preview.ReportPane implements Serializable |
Serialized Fields |
java.awt.image.BufferedImage graphCache
int pageNumber
float zoomFactor
int pageCount
ReportStateList pageStateList
boolean borderPainted
java.lang.Exception error
JFreeReport report
com.jrefinery.report.preview.ReportPane.PaginateLock paginateLock
PageableReportProcessor processor
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |