Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected JRSaveContributor |
JRViewerToolbar.lastSaveContributor |
Modifier and Type | Field and Description |
---|---|
protected List<JRSaveContributor> |
JRViewerToolbar.saveContributors |
Modifier and Type | Method and Description |
---|---|
JRSaveContributor[] |
JRViewerToolbar.getSaveContributors() |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected JRSaveContributor |
JRViewer.lastSaveContributor
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<JRSaveContributor> |
JRViewer.saveContributors
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JRSaveContributor[] |
JRViewer.getSaveContributors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<JRSaveContributor> |
SaveContributorUtils.createBuiltinContributors(JasperReportsContext context,
Locale locale,
ResourceBundle resourceBundle) |
Modifier and Type | Method and Description |
---|---|
void |
JRViewer.addSaveContributor(JRSaveContributor contributor)
Deprecated.
|
void |
JRViewer.removeSaveContributor(JRSaveContributor contributor)
Deprecated.
|
void |
JRViewer.setSaveContributors(JRSaveContributor[] saveContribs)
Deprecated.
Replaces the save contributors with the ones provided as parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
JRCsvSaveContributor |
class |
JRDocxSaveContributor |
class |
JREmbeddedImagesXmlSaveContributor |
class |
JRHtmlSaveContributor |
class |
JRMultipleSheetsXlsSaveContributor |
class |
JROdtSaveContributor |
class |
JRPdfSaveContributor |
class |
JRPrintSaveContributor |
class |
JRRtfSaveContributor |
class |
JRSingleSheetXlsSaveContributor |
class |
JRXmlSaveContributor |
Copyright © 2017. All rights reserved.