Package com.jrefinery.report.action

Actions for the menu items and toolbar buttons used in the PreviewFrame and the PreviewDialog.

See:
          Description

Class Summary
AboutAction The About action is used to show some information about the current programm, to which the printpreview belongs to.
CloseAction An action for closing the print preview frame.
ExportToCSVAction Deprecated. Export modules are now defined by plugin-interfaces.
ExportToExcelAction Deprecated. Export modules are now defined by plugin-interfaces.
ExportToHtmlAction Deprecated. Export modules are now defined by plugin-interfaces.
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.
PageSetupAction Deprecated. Export modules are now defined by plugin-interfaces.
PreviousPageAction Creates a new PreviousPageAction used by the PreviewPane to directly jump to the previous page of the report.
PrintAction Print action for a print preview frame.
SaveAsAction Save (to PDF) action for a print preview frame.
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.
 

Package com.jrefinery.report.action Description

Actions for the menu items and toolbar buttons used in the PreviewFrame and the PreviewDialog.

The actions implement all locale-specific initialisations. To change the appearance of buttons and menu items alter the entries in the resource bundles instead of rewriting the code of this package.