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
- Version:
- $Id: JRSaveContributor.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRSaveContributor
public JRSaveContributor()
- See Also:
JRSaveContributor(JasperReportsContext, Locale, ResourceBundle)
JRSaveContributor
public JRSaveContributor(Locale locale,
ResourceBundle resBundle)
- See Also:
JRSaveContributor(JasperReportsContext, Locale, ResourceBundle)
JRSaveContributor
public JRSaveContributor(JasperReportsContext jasperReportsContext,
Locale locale,
ResourceBundle resBundle)
getJasperReportsContext
protected JasperReportsContext getJasperReportsContext()
getBundleString
protected String getBundleString(String key)
save
public abstract void save(JasperPrint jasperPrint,
File file)
throws JRException
- Throws:
JRException
Copyright © 2012. All Rights Reserved.