Uses of Class
net.sf.jasperreports.view.JRSaveContributor

Packages that use JRSaveContributor
net.sf.jasperreports.swing   
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.swing
 

Fields in net.sf.jasperreports.swing declared as JRSaveContributor
protected  JRSaveContributor JRViewerToolbar.lastSaveContributor
           
 

Fields in net.sf.jasperreports.swing with type parameters of type JRSaveContributor
protected  java.util.List<JRSaveContributor> JRViewerToolbar.saveContributors
           
 

Methods in net.sf.jasperreports.swing that return JRSaveContributor
 JRSaveContributor[] JRViewerToolbar.getSaveContributors()
           
 

Methods in net.sf.jasperreports.swing with parameters of type JRSaveContributor
 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
 

Fields in net.sf.jasperreports.view declared as JRSaveContributor
protected  JRSaveContributor JRViewer.lastSaveContributor
           
 

Fields in net.sf.jasperreports.view with type parameters of type JRSaveContributor
protected  java.util.List<JRSaveContributor> JRViewer.saveContributors
           
 

Methods in net.sf.jasperreports.view that return JRSaveContributor
 JRSaveContributor[] JRViewer.getSaveContributors()
           
 

Methods in net.sf.jasperreports.view with parameters of type JRSaveContributor
 void JRViewer.addSaveContributor(JRSaveContributor contributor)
           
 void JRViewer.removeSaveContributor(JRSaveContributor contributor)
           
 void JRViewer.setSaveContributors(JRSaveContributor[] saveContribs)
          Replaces the save contributors with the ones provided as parameter.
 

Uses of JRSaveContributor in net.sf.jasperreports.view.save
 

Subclasses of JRSaveContributor in net.sf.jasperreports.view.save
 class JRCsvSaveContributor
           
 class JRDocxSaveContributor
           
 class JREmbeddedImagesXmlSaveContributor
           
 class JRHtmlSaveContributor
           
 class JRMultipleSheetsXlsSaveContributor
           
 class JROdtSaveContributor
           
 class JRPdfSaveContributor
           
 class JRPrintSaveContributor
           
 class JRRtfSaveContributor
           
 class JRSingleSheetXlsSaveContributor
           
 class JRXmlSaveContributor
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com