Java Doc for JRDesignViewer.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » view » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » jasperreports 2.0.1 » net.sf.jasperreports.view 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JPanel
   net.sf.jasperreports.view.JRViewer
      net.sf.jasperreports.view.JRDesignViewer

JRDesignViewer
public class JRDesignViewer extends JRViewer (Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JRDesignViewer.java 1797 2007-07-30 09:38:35Z teodord $



Constructor Summary
public  JRDesignViewer(String fileName, boolean isXML)
    
public  JRDesignViewer(InputStream is, boolean isXML)
    
public  JRDesignViewer(JRReport report)
    

Method Summary
 voidbtnReloadActionPerformed(java.awt.event.ActionEvent evt)
    
protected  voidloadReport(String fileName, boolean isXmlReport)
    
protected  voidloadReport(InputStream is, boolean isXmlReport)
    
protected  voidloadReport(JRReport rep)
    


Constructor Detail
JRDesignViewer
public JRDesignViewer(String fileName, boolean isXML) throws JRException(Code)
Creates new form JRDesignViewer



JRDesignViewer
public JRDesignViewer(InputStream is, boolean isXML) throws JRException(Code)
Creates new form JRDesignViewer



JRDesignViewer
public JRDesignViewer(JRReport report) throws JRException(Code)
Creates new form JRDesignViewer




Method Detail
btnReloadActionPerformed
void btnReloadActionPerformed(java.awt.event.ActionEvent evt)(Code)



loadReport
protected void loadReport(String fileName, boolean isXmlReport) throws JRException(Code)



loadReport
protected void loadReport(InputStream is, boolean isXmlReport) throws JRException(Code)



loadReport
protected void loadReport(JRReport rep) throws JRException(Code)



Fields inherited from net.sf.jasperreports.view.JRViewer
protected float MAX_ZOOM(Code)(Java Doc)
protected float MIN_ZOOM(Code)(Java Doc)
final public static int REPORT_RESOLUTION(Code)(Java Doc)
final protected static int TYPE_FILE_NAME(Code)(Java Doc)
final protected static int TYPE_INPUT_STREAM(Code)(Java Doc)
final protected static int TYPE_OBJECT(Code)(Java Doc)
final public static String VIEWER_RENDER_BUFFER_MAX_SIZE(Code)(Java Doc)
protected javax.swing.JToggleButton btnActualSize(Code)(Java Doc)
protected javax.swing.JButton btnFirst(Code)(Java Doc)
protected javax.swing.JToggleButton btnFitPage(Code)(Java Doc)
protected javax.swing.JToggleButton btnFitWidth(Code)(Java Doc)
protected javax.swing.JButton btnLast(Code)(Java Doc)
protected javax.swing.JButton btnNext(Code)(Java Doc)
protected javax.swing.JButton btnPrevious(Code)(Java Doc)
protected javax.swing.JButton btnPrint(Code)(Java Doc)
protected javax.swing.JButton btnReload(Code)(Java Doc)
protected javax.swing.JButton btnSave(Code)(Java Doc)
protected javax.swing.JButton btnZoomIn(Code)(Java Doc)
protected javax.swing.JButton btnZoomOut(Code)(Java Doc)
protected javax.swing.JComboBox cmbZoom(Code)(Java Doc)
protected int defaultZoomIndex(Code)(Java Doc)
protected boolean isXML(Code)(Java Doc)
JasperPrint jasperPrint(Code)(Java Doc)
protected javax.swing.JLabel lblStatus(Code)(Java Doc)
protected javax.swing.JPanel pnlSep01(Code)(Java Doc)
protected javax.swing.JPanel pnlSep02(Code)(Java Doc)
protected javax.swing.JPanel pnlSep03(Code)(Java Doc)
protected javax.swing.JPanel pnlStatus(Code)(Java Doc)
protected float realZoom(Code)(Java Doc)
protected String reportFileName(Code)(Java Doc)
protected javax.swing.JPanel tlbToolBar(Code)(Java Doc)
protected javax.swing.JTextField txtGoTo(Code)(Java Doc)
protected int type(Code)(Java Doc)
protected float zoom(Code)(Java Doc)
protected int zooms(Code)(Java Doc)

Methods inherited from net.sf.jasperreports.view.JRViewer
public void addHyperlinkListener(JRHyperlinkListener listener)(Code)(Java Doc)
public void addSaveContributor(JRSaveContributor contributor)(Code)(Java Doc)
void btnActualSizeActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnFirstActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnFitPageActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnFitWidthActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnLastActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnNextActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnPreviousActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnPrintActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnReloadActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnSaveActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnZoomInActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void btnZoomOutActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
public void clear()(Code)(Java Doc)
void cmbZoomActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)
void cmbZoomItemStateChanged(java.awt.event.ItemEvent evt)(Code)(Java Doc)
protected void createHyperlinks()(Code)(Java Doc)
protected void createHyperlinks(List elements, int offsetX, int offsetY)(Code)(Java Doc)
protected void forceRefresh()(Code)(Java Doc)
protected String getBundleString(String key)(Code)(Java Doc)
protected String getFallbackTooltip(JRPrintHyperlink hyperlink)(Code)(Java Doc)
public JRHyperlinkListener[] getHyperlinkListeners()(Code)(Java Doc)
protected String getHyperlinkTooltip(JRPrintHyperlink hyperlink)(Code)(Java Doc)
public int getPageIndex()(Code)(Java Doc)
public JRSaveContributor[] getSaveContributors()(Code)(Java Doc)
public void gotoHyperlink(JRPrintHyperlink hyperlink)(Code)(Java Doc)
void hyperlinkClicked(MouseEvent evt)(Code)(Java Doc)
protected void hyperlinkClicked(JRPrintHyperlink hyperlink)(Code)(Java Doc)
protected void initResources(Locale locale, ResourceBundle resBundle)(Code)(Java Doc)
protected void initSaveContributors()(Code)(Java Doc)
protected boolean isOnlyHyperlinkListener()(Code)(Java Doc)
protected void loadReport(String fileName, boolean isXmlReport) throws JRException(Code)(Java Doc)
protected void loadReport(InputStream is, boolean isXmlReport) throws JRException(Code)(Java Doc)
protected void loadReport(JasperPrint jrPrint)(Code)(Java Doc)
protected void paintPage(Graphics2D grx)(Code)(Java Doc)
void pnlLinksMouseDragged(java.awt.event.MouseEvent evt)(Code)(Java Doc)
void pnlLinksMousePressed(java.awt.event.MouseEvent evt)(Code)(Java Doc)
void pnlLinksMouseReleased(java.awt.event.MouseEvent evt)(Code)(Java Doc)
void pnlMainComponentResized(java.awt.event.ComponentEvent evt)(Code)(Java Doc)
protected void refreshPage()(Code)(Java Doc)
public void removeHyperlinkListener(JRHyperlinkListener listener)(Code)(Java Doc)
public void removeSaveContributor(JRSaveContributor contributor)(Code)(Java Doc)
public void setFitPageZoomRatio()(Code)(Java Doc)
public void setFitWidthZoomRatio()(Code)(Java Doc)
public void setZoomRatio(float newZoom)(Code)(Java Doc)
protected void setZooms()(Code)(Java Doc)
void txtGoToActionPerformed(java.awt.event.ActionEvent evt)(Code)(Java Doc)

Methods inherited from javax.swing.JPanel
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public PanelUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void setUI(PanelUI ui)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.