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

Quick Search    Search Deep

Package org.jfree.report.modules.gui.base

Interface Summary
ExportPlugin An export plug-in is a class that can work with the ExportAction class to implement an export function for reports.
ExportTaskListener An export task listener will be informed about the state of an exporttask.
PreviewProxy A proxy for the report preview component.
 

Class Summary
AboutAction The About action is used to show some information about the current programm, to which the printpreview belongs to.
AbstractExportPlugin The AbstractExportPlugin provides a basic implementation of the ExportPlugin interface.
CloseAction An action for closing the print preview frame.
ExportAction An export action that works with any class that implements the ExportPlugin interface.
ExportPluginFactory An export plug-in factory.
ExportPluginFactory.PluginDefinition A class to manage the plugin module definitions.
ExportTask The export task provides a basic facility to execute an export task in an asynchronous worker thread.
FirstPageAction Creates a new FirstPageAction used by the PreviewPane to directly jump to the first page of the report.
GotoPageAction The GotoPageAction is used to direclty jump to a page.
LastPageAction Creates a new LastPageAction used by the PreviewPane to directly jump to the last page of the report.
NextPageAction Creates a new NextPageAction used by the PreviewPane to directly jump to the next page of the report.
PreviewApplet The preview applet implements the preview proxy interface for JApplets.
PreviewBaseModule The preview base module provides the basic preview components.
PreviewDialog A standard print preview dialog for any JFreeReport.
PreviewFrame A standard print preview frame for any JFreeReport.
PreviewInternalFrame An internal frame that is used to preview reports.
PreviewProxyBase A preview proxy.
PreviousPageAction Creates a new PreviousPageAction used by the PreviewPane to directly jump to the previous page of the report.
ReportPane A panel used to display one page of a report.
ReportPane.PaginateLock A simple class performing the locking for huge paginating runs.
ReportProgressBar  
ReportProgressDialog A progress monitor dialog component that visualizes the report processing progress.
ZoomInAction The zoomIn action is used to increase the ZoomFactor of the report.
ZoomOutAction The zoomOut action is used to decrease the ZoomFactor of the report.