Package net.sf.jasperreports.view
Class JRSaveContributor
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- net.sf.jasperreports.view.JRSaveContributor
-
- Direct Known Subclasses:
JRCsvSaveContributor,JRDocxSaveContributor,JREmbeddedImagesXmlSaveContributor,JRHtmlSaveContributor,JRMultipleSheetsXlsSaveContributor,JROdtSaveContributor,JRPdfSaveContributor,JRPrintSaveContributor,JRRtfSaveContributor,JRSingleSheetXlsSaveContributor,JRXmlSaveContributor
public abstract class JRSaveContributor extends FileFilter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRSaveContributor()JRSaveContributor(Locale locale, ResourceBundle resBundle)JRSaveContributor(JasperReportsContext jasperReportsContext, Locale locale, ResourceBundle resBundle)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringgetBundleString(String key)protected JasperReportsContextgetJasperReportsContext()abstract voidsave(JasperPrint jasperPrint, File file)-
Methods inherited from class javax.swing.filechooser.FileFilter
accept, getDescription
-
-
-
-
Constructor Detail
-
JRSaveContributor
public JRSaveContributor()
-
JRSaveContributor
public JRSaveContributor(Locale locale, ResourceBundle resBundle)
-
JRSaveContributor
public JRSaveContributor(JasperReportsContext jasperReportsContext, Locale locale, ResourceBundle resBundle)
-
-
Method Detail
-
getJasperReportsContext
protected JasperReportsContext getJasperReportsContext()
-
save
public abstract void save(JasperPrint jasperPrint, File file) throws JRException
- Throws:
JRException
-
-