Uses of Class
net.sf.jasperreports.view.JRSaveContributor
-
Packages that use JRSaveContributor Package Description net.sf.jasperreports.pdf.view.save net.sf.jasperreports.poi.view.save net.sf.jasperreports.swing Provides support for JasperReports viewer feature.net.sf.jasperreports.view Contains the Jasper viewer implementation.net.sf.jasperreports.view.save Contains classes for saving reports inside the Jasper viewer. -
-
Uses of JRSaveContributor in net.sf.jasperreports.pdf.view.save
Subclasses of JRSaveContributor in net.sf.jasperreports.pdf.view.save Modifier and Type Class Description class
JRPdfSaveContributor
-
Uses of JRSaveContributor in net.sf.jasperreports.poi.view.save
Subclasses of JRSaveContributor in net.sf.jasperreports.poi.view.save Modifier and Type Class Description class
JRMultipleSheetsXlsSaveContributor
class
JRSingleSheetXlsSaveContributor
-
Uses of JRSaveContributor in net.sf.jasperreports.swing
Fields in net.sf.jasperreports.swing declared as JRSaveContributor Modifier and Type Field Description protected JRSaveContributor
JRViewerToolbar. lastSaveContributor
Fields in net.sf.jasperreports.swing with type parameters of type JRSaveContributor Modifier and Type Field Description protected List<JRSaveContributor>
JRViewerToolbar. saveContributors
Methods in net.sf.jasperreports.swing that return JRSaveContributor Modifier and Type Method Description JRSaveContributor[]
JRViewerToolbar. getSaveContributors()
Methods in net.sf.jasperreports.swing with parameters of type JRSaveContributor Modifier and Type Method Description void
JRViewerToolbar. addSaveContributor(JRSaveContributor contributor)
void
JRViewerToolbar. removeSaveContributor(JRSaveContributor contributor)
void
JRViewerToolbar. setSaveContributors(JRSaveContributor[] saveContributors)
Replaces the save contributors with the ones provided as parameter. -
Uses of JRSaveContributor in net.sf.jasperreports.view
Methods in net.sf.jasperreports.view that return types with arguments of type JRSaveContributor Modifier and Type Method Description static List<JRSaveContributor>
SaveContributorUtils. createBuiltinContributors(JasperReportsContext context, Locale locale, ResourceBundle resourceBundle)
-
Uses of JRSaveContributor in net.sf.jasperreports.view.save
Subclasses of JRSaveContributor in net.sf.jasperreports.view.save Modifier and Type Class Description class
JRCsvSaveContributor
class
JRDocxSaveContributor
class
JREmbeddedImagesXmlSaveContributor
class
JRHtmlSaveContributor
class
JROdtSaveContributor
class
JRPrintSaveContributor
class
JRRtfSaveContributor
class
JRXmlSaveContributor
-