Java Doc for IReportCompiler.java in  » Report » iReport-2.0.5 » it » businesslogic » ireport » 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 » iReport 2.0.5 » it.businesslogic.ireport 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   it.businesslogic.ireport.IReportCompiler

IReportCompiler
public class IReportCompiler implements Runnable,JRExportProgressMonitor(Code)
Please note that this class is totally different from the old IReportCompiler.class shipped with iReport 1.
author:
   Administrator

Inner Class :class FilteredStream extends FilterOutputStream

Field Summary
final public static  StringCLS_COMPILE_OK
    
final public static  StringCLS_COMPILE_SCRIPTLET_FAIL
    
final public static  StringCLS_COMPILE_SOURCE_FAIL
    
final public static  intCL_COMPILE_FAIL
    
final public static  intCL_COMPILE_OK
    
final public static  intCMD_COMPILE
    
final public static  intCMD_COMPILE_SCRIPTLET
    
final public static  intCMD_EXPORT
    
final public static  StringCOMPILER
    
final public static  StringCONNECTION
    
final public static  StringEMPTY_DATASOURCE_RECORDS
    
final public static  StringOUTPUT_DIRECTORY
    
final public static  StringOUTPUT_FORMAT
    
final public static  StringSCRIPTLET_OUTPUT_DIRECTORY
    
final public static  StringUSE_CONNECTION
    
final public static  StringUSE_EMPTY_DATASOURCE
    
 intfilledpage
    
static  PrintStreammyPrintStream
    

Constructor Summary
public  IReportCompiler()
    

Method Summary
public static  voidaddCompileListener(java.awt.event.ActionListener listener)
    
public  voidafterPageExport()
    
public static  SourceTraceDigestercreateDigester()
    
public static  voidfireCompileListner(IReportCompiler ireportCompiler, int id, String status)
    
public  intgetCommand()
     Getter for property command.
public  it.businesslogic.ireport.IReportConnectiongetIReportConnection()
     Getter for property iReportConnection.
public  JReportFramegetJrf()
     Getter for property jrf.
public  LogTextAreagetLogTextArea()
    
public  MainFramegetMainFrame()
     Getter for property mainFrame.
public  HashMapgetProperties()
     Getter for property properties.
public  javax.swing.JListgetThreadList()
    
public static  JasperDesignloadJasperDesign(InputStream fileStream, SourceTraceDigester digester)
    
public  voidparseException(String exception, Vector sourceLines)
    
public static  voidremoveCompileListener(java.awt.event.ActionListener listener)
    
public  voidremoveThread()
    
public  voidrun()
     When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
public  javax.swing.JComponentsearchButton(javax.swing.JComponent root, String text)
    
public  voidsetCommand(int command)
     Setter for property command.
public  voidsetIReportConnection(it.businesslogic.ireport.IReportConnection iReportConnection)
     Setter for property iReportConnection.
public  voidsetJrf(JReportFrame jrf)
     Setter for property jrf.
public  voidsetLogTextArea(LogTextArea logTextArea)
    
public  voidsetMainFrame(MainFrame mainFrame)
     Setter for property mainFrame.
public  voidsetProperties(HashMap properties)
     Setter for property properties.
public  voidsetThreadList(javax.swing.JList threadList)
    
public  voidstart()
    
public  voidstopThread()
    
public  StringtoString()
    
public  voidupdateThreadList()
    

Field Detail
CLS_COMPILE_OK
final public static String CLS_COMPILE_OK(Code)



CLS_COMPILE_SCRIPTLET_FAIL
final public static String CLS_COMPILE_SCRIPTLET_FAIL(Code)



CLS_COMPILE_SOURCE_FAIL
final public static String CLS_COMPILE_SOURCE_FAIL(Code)



CL_COMPILE_FAIL
final public static int CL_COMPILE_FAIL(Code)



CL_COMPILE_OK
final public static int CL_COMPILE_OK(Code)
added by Felix Firgau



CMD_COMPILE
final public static int CMD_COMPILE(Code)



CMD_COMPILE_SCRIPTLET
final public static int CMD_COMPILE_SCRIPTLET(Code)



CMD_EXPORT
final public static int CMD_EXPORT(Code)



COMPILER
final public static String COMPILER(Code)



CONNECTION
final public static String CONNECTION(Code)



EMPTY_DATASOURCE_RECORDS
final public static String EMPTY_DATASOURCE_RECORDS(Code)



OUTPUT_DIRECTORY
final public static String OUTPUT_DIRECTORY(Code)



OUTPUT_FORMAT
final public static String OUTPUT_FORMAT(Code)



SCRIPTLET_OUTPUT_DIRECTORY
final public static String SCRIPTLET_OUTPUT_DIRECTORY(Code)



USE_CONNECTION
final public static String USE_CONNECTION(Code)



USE_EMPTY_DATASOURCE
final public static String USE_EMPTY_DATASOURCE(Code)



filledpage
int filledpage(Code)



myPrintStream
static PrintStream myPrintStream(Code)




Constructor Detail
IReportCompiler
public IReportCompiler()(Code)
Creates a new instance of IReportCompiler




Method Detail
addCompileListener
public static void addCompileListener(java.awt.event.ActionListener listener)(Code)
(FF) addCompileListener to notify about compiling actions
Parameters:
  listener - ActionListener



afterPageExport
public void afterPageExport()(Code)



createDigester
public static SourceTraceDigester createDigester() throws JRException(Code)



fireCompileListner
public static void fireCompileListner(IReportCompiler ireportCompiler, int id, String status)(Code)
(FF) fireCompileListner fires compiling action notifications
Parameters:
  id - int
Parameters:
  status - String



getCommand
public int getCommand()(Code)
Getter for property command. Value of property command.



getIReportConnection
public it.businesslogic.ireport.IReportConnection getIReportConnection()(Code)
Getter for property iReportConnection. Value of property iReportConnection.



getJrf
public JReportFrame getJrf()(Code)
Getter for property jrf. Value of property jrf.



getLogTextArea
public LogTextArea getLogTextArea()(Code)



getMainFrame
public MainFrame getMainFrame()(Code)
Getter for property mainFrame. Value of property mainFrame.



getProperties
public HashMap getProperties()(Code)
Getter for property properties. Value of property properties.



getThreadList
public javax.swing.JList getThreadList()(Code)



loadJasperDesign
public static JasperDesign loadJasperDesign(InputStream fileStream, SourceTraceDigester digester) throws JRException(Code)



parseException
public void parseException(String exception, Vector sourceLines)(Code)



removeCompileListener
public static void removeCompileListener(java.awt.event.ActionListener listener)(Code)
(FF) removeCompileListener removes notification
Parameters:
  listener - ActionListener



removeThread
public void removeThread()(Code)



run
public void run()(Code)
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

The general contract of the method run is that it may take any action whatsoever.
See Also:   java.lang.Thread.run




searchButton
public javax.swing.JComponent searchButton(javax.swing.JComponent root, String text)(Code)



setCommand
public void setCommand(int command)(Code)
Setter for property command.
Parameters:
  command - New value of property command.



setIReportConnection
public void setIReportConnection(it.businesslogic.ireport.IReportConnection iReportConnection)(Code)
Setter for property iReportConnection.
Parameters:
  iReportConnection - New value of property iReportConnection.



setJrf
public void setJrf(JReportFrame jrf)(Code)
Setter for property jrf.
Parameters:
  jrf - New value of property jrf.



setLogTextArea
public void setLogTextArea(LogTextArea logTextArea)(Code)



setMainFrame
public void setMainFrame(MainFrame mainFrame)(Code)
Setter for property mainFrame.
Parameters:
  mainFrame - New value of property mainFrame.



setProperties
public void setProperties(HashMap properties)(Code)
Setter for property properties.
Parameters:
  properties - New value of property properties.



setThreadList
public void setThreadList(javax.swing.JList threadList)(Code)



start
public void start()(Code)



stopThread
public void stopThread()(Code)



toString
public String toString()(Code)



updateThreadList
public void updateThreadList()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.