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

Quick Search    Search Deep

Package org.jfree.report.modules.gui.csv.resources

An CSV export module.

See:
          Description

Class Summary
CSVExportResources English language resource for the CSV export GUI.
CSVExportResources_ca Catalan language resource for the CSV export GUI.
CSVExportResources_de German language resource for the CSV export GUI.
CSVExportResources_fr French language resource for the CSV export GUI.
CSVExportResources_hu Hungarian language resource for the CSV export GUI.
CSVExportResources_nl Dutch language resource for the CSV export GUI.
CSVExportResources_ru Russian language resource for the CSV export GUI.
CSVExportResources_si Slovenian language resource for the CSV export GUI.
CSVExportResources_sv Swedish language resource for the CSV export GUI.
 

Package org.jfree.report.modules.gui.csv.resources Description

An CSV export module. The module registers itself during the module initialization in the preview frame.

The module contains support for raw and layouted csv exports. In the raw mode, the current data row will be written to the file, while the layouted mode tries to preserve the layout in the exported file.

As with all table style exports, this target does not support overlapping elements. If two elements request the same cell, the first element wins.

For best layouted results, you should use the excel export target.