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 javax.swing.filechooser.FileFilter- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description JRSaveContributor()JRSaveContributor(java.util.Locale locale, java.util.ResourceBundle resBundle)JRSaveContributor(JasperReportsContext jasperReportsContext, java.util.Locale locale, java.util.ResourceBundle resBundle)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetBundleString(java.lang.String key)protected JasperReportsContextgetJasperReportsContext()abstract voidsave(JasperPrint jasperPrint, java.io.File file)
-
-
-
Constructor Detail
-
JRSaveContributor
public JRSaveContributor()
-
JRSaveContributor
public JRSaveContributor(java.util.Locale locale, java.util.ResourceBundle resBundle)
-
JRSaveContributor
public JRSaveContributor(JasperReportsContext jasperReportsContext, java.util.Locale locale, java.util.ResourceBundle resBundle)
-
-
Method Detail
-
getJasperReportsContext
protected JasperReportsContext getJasperReportsContext()
-
getBundleString
protected java.lang.String getBundleString(java.lang.String key)
-
save
public abstract void save(JasperPrint jasperPrint, java.io.File file) throws JRException
- Throws:
JRException
-
-