Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.report.modules.gui.base.* (50)org.jfree.report.modules.gui.config.* (33)
org.jfree.report.modules.gui.converter.* (17)org.jfree.report.modules.gui.csv.* (14)
org.jfree.report.modules.gui.html.* (15)org.jfree.report.modules.gui.pdf.* (15)
org.jfree.report.modules.gui.plaintext.* (13)org.jfree.report.modules.gui.print.* (15)
org.jfree.report.modules.gui.translation.* (3)org.jfree.report.modules.gui.xls.* (13)

Package Samples:

org.jfree.report.modules.gui.config.xml: The configuration editor provides a gui to write the "jfreereport.properties" file that can be used to configure this library.  
org.jfree.report.modules.gui.converter.components: The report converter can be used to convert a simple report format definition into the extended report format.  
org.jfree.report.modules.gui.base.components: This module provides basic preview capabilities for JFreeReport.  
org.jfree.report.modules.gui.print.resources: An AWT printing support module.  
org.jfree.report.modules.gui.plaintext.resources: An plain text export module.  
org.jfree.report.modules.gui.xls.resources: An excel export module.  
org.jfree.report.modules.gui.html.resources: An HTML export module.  
org.jfree.report.modules.gui.pdf.resources: An PDF export module.  
org.jfree.report.modules.gui.csv.resources: An CSV export module.  
org.jfree.report.modules.gui.pdf
org.jfree.report.modules.gui.base.resources
org.jfree.report.modules.gui.base
org.jfree.report.modules.gui.config.editor
org.jfree.report.modules.gui.config.model
org.jfree.report.modules.gui.config.resources
org.jfree.report.modules.gui.config
org.jfree.report.modules.gui.csv
org.jfree.report.modules.gui.plaintext
org.jfree.report.modules.gui.print
org.jfree.report.modules.gui.converter.resources

Classes:

PDFSaveDialog: A dialog that is used to perform the printing of a report into a PDF file. It is primarily used to edit the properties of the org.jfree.report.modules.output.pageable.pdf.PDFOutputTarget before the target is used to print the report. The main method to call the dialog is PDFSaveDialog.savePDF(). Given a report and a pageformat, the dialog is shown and if the user approved the dialog, the pdf is saved using the settings made in the dialog.
BugFixProxyGraphics2D: This documents another sad chapter in Sun's java implementation. The tree cell renderer does not check the clipping of the painted graphics correctly. This bug seems to be related to the TreeCellRenderer's unability to display the defined (and drawn) background of the CellRenderers render component. A first hint of that bug can be found at http://www.cs.cf.ac.uk/Dave/HCI/HCI_Handout_CALLER/node155.html
ExcelExportDialog: A dialog that is used to prepare the printing of a report into an Excel file. The main method to call the dialog is performQueryForExport(JFreeReport) 55 . Given a report, the dialog is shown and if the user approved the dialog, the excel file is saved using the settings made in the dialog.
ResourceCompareTool: The ResourceCompareTool provides simple reporting capabilities to compare a localized resource bundle with the default resource bundle. This report contains all keys, which are undefined in the localisation, which are defined with an incompabile object value or which are not defined in the default resource bundle, but defined in the localized version. Using the automated comparing will help to make translations more easier.
PreviewApplet: The preview applet implements the preview proxy interface for JApplets. Due to the special lifecycle of applets, this implementation must also provide methods to handle the creation of reports. Implementations of this class must implement the getReport() method to provide their fully initialized report definitions. The getReport() method is called from the init() method.
PreviewDialog: A standard print preview dialog for any JFreeReport. Allows the user to page back and forward through the report, zoom in and out, and send the output to the printer. You can also save the report in PDF format (thanks to the iText library). When including this PreviewDialog in your own programs, you should override the provided createXXXAction methods to include your customized actions.
PreviewFrame: A standard print preview frame for any JFreeReport. Allows the user to page back and forward through the report, zoom in and out, and send the output to the printer. You can also save the report in PDF format (thanks to the iText library). When including this PreviewFrame in your own programs, you should override the provided createXXXAction methods to include your customized actions.
ReportProgressDialog: A progress monitor dialog component that visualizes the report processing progress. It will receive update events from the report processors and updates the UI according to the latest event data. The progress will be computed according to the currently processed table row. This approach provides relativly accurate data, but assumes that processing all bands consumes roughly the same time.
ConfigTreeModuleNode: The config tree module node is used to represent a module in the report configuration. Modules collect all task-specific configuration keys and represent a report module from the package manager. It is assumed, that all modules define their keys within the namespace of their package.
TranslationTable: A simple attribute translator. The translator searches a set of properties for a specific value and replaces the attribute value with the updated value. A translation will be valid for a given context, which is build acording to the rules specified in the contextmap.properties file.
ModuleEditor: The module editor is used to provide a customizable editor component for a JfreeReport module. At the moment, there is only one common module editor known, which provides an on-the-fly editor for all defined properties of the module. Specialized editors may be added in the future.
ConfigTreeModel: Provides a tree model view for an report configuration. The configuration will be separated into a local and a global part. The local nodes are read from the report's configuration instance, while the global nodes are always read from the global report configuration instance.
ConfigTreeRenderer: Implements a config tree renderer that fixes some AWT-Graphics problems in conjunction with the clipping. It seems that the AWT-Graphics ignores the clipping bounds for some primitive operations. Clipping is done if the operations are performed on the Graphics2D level.
ZoomOutAction: The zoomOut action is used to decrease the ZoomFactor of the report. Zooming can be increased in predefined steps from 25% to 400%. This abstract base class implements the locales specific initialisations, actual work is done in an internal subclass in PreviewFrame.
ZoomInAction: The zoomIn action is used to increase the ZoomFactor of the report. Zooming can be increased in predefined steps from 25% to 400%. This abstract base class implements the locales specific initialisations, actual work is done in an internal subclass in PreviewFrame.
PreviewBaseModule: The preview base module provides the basic preview components. This package contains Applet, JDialog, JFrame and JInternalFrame implementations of the preview component. External export modules may plug into these components to provide additional functionality.
ConfigDescriptionModel: This list model implementation collects all config description entries defined in JFreeReport. This model is used to create a configuration key definition; it directly manipulates the metadata for the keys as stored in the config-description.xml file.
DowngradeActionMap: An actionmap, which is JDK 1.2.2 compatible. This implementation does not implement the ActionMap interface of JDK 1.3 or higher to maintain the compatibility with JDK 1.2 which does not know this interface. The usage is still the same.
ExportPlugin: An export plug-in is a class that can work with the ExportAction class to implement an export function for reports.
PreviousPageAction: Creates a new PreviousPageAction used by the PreviewPane to directly jump to the previous page of the report. This abstract class is used for initializing the default locales, the actual work is done in an internal subclass in PreviewFrame.
FirstPageAction: Creates a new FirstPageAction used by the PreviewPane to directly jump to the first page of the report. This abstract class is used for initializing the default locales, the actual work is done in an internal subclass in PreviewFrame.
LastPageAction: Creates a new LastPageAction used by the PreviewPane to directly jump to the last page of the report. This abstract class is used for initializing the default locales, the actual work is done in an internal subclass in PreviewFrame.
NextPageAction: Creates a new NextPageAction used by the PreviewPane to directly jump to the next page of the report. This abstract class is used for initializing the default locales, the actual work is done in an internal subclass in PreviewFrame.
ConfigTreeSectionNode: The section node contains the modules for the given section. There are only two known sections, the global section, which contains all boot-time keys and the local section, which contains all report-local configuration keys.
ExportAction: An export action that works with any class that implements the ExportPlugin interface.

Home | Contact Us | Privacy Policy | Terms of Service