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


javax.swing.JFrame
   it.businesslogic.ireport.gui.MainFrame

MainFrame
public class MainFrame extends javax.swing.JFrame implements ReportListener,Runnable,LanguageChangedListener,StyleChangedListener,ReportDocumentStatusChangedListener(Code)
This class is the core of the GUI of iReport. From this class we control all events related to the open and close files, handling of properties files, handling JMDIDestopPane, Menus....
author:
   Administrator


Field Summary
public static  StringIREPORT_CONFIG_FILE
    
final public static  intIREPORT_CSV_VIEWER
    
public static  StringIREPORT_DEFAULT_HOME_DIR
    
public static  StringIREPORT_EXPRESSIONS_FILE
    
public static  StringIREPORT_FAVORITE_FILES_FILE
    
final public static  intIREPORT_FLASH_VIEWER
    
public static  StringIREPORT_HOME_DIR
    
final public static  intIREPORT_HTML_VIEWER
    
final public static  intIREPORT_JASPER_VIEWER
    
final public static  intIREPORT_JAVA_VIEWER
    
final public static  intIREPORT_ODF_VIEWER
    
final public static  intIREPORT_PDF_VIEWER
    
public static  StringIREPORT_RECENT_FILES_FILE
    
public static  StringIREPORT_RECENT_PROJECTS_FILE
    
final public static  intIREPORT_RTF_VIEWER
    
public static  StringIREPORT_STYLE_LIBRARY
    
public static  StringIREPORT_TMP_DIR
    
final public static  intIREPORT_TXT_JR_VIEWER
    
final public static  intIREPORT_TXT_VIEWER
    
public static  StringIREPORT_USER_HOME_DIR
    
final public static  intIREPORT_XLS2_VIEWER
    
final public static  intIREPORT_XLS_VIEWER
    
public static  StringconstTitle
    
 ViewcrosstabMeasuresPanelView
    
 ViewcrosstabStructureView
    
 Viewdesktop
    
public  intdocCounter
    
 ViewlogPaneView
    
public static  ReportClassLoaderreportClassLoader
    
 ViewstylesPanleView
    
 ViewviewDocumentStructure
    
 ViewviewFiles
     Viewes ....
 ViewviewLibrary
    
 ViewviewPropertySheet
    
 ViewviewThreads
    

Constructor Summary
public  MainFrame()
    
public  MainFrame(Map args)
    

Method Summary
public  booleanaddConnectionImplementation(String className)
    
public  voidaddDefaultConnectionImplementations()
    
public  voidaddDefaultLinkTypes()
    
public synchronized  voidaddFontsListChangedListener(it.businesslogic.ireport.gui.event.FontsListChangedListener listener)
     Registers FontsListChangedListener to receive events.
public  voidaddLinkType(String linkType)
     This method provides the preferred way to register a new connection type Return false if a custom QueryExecuter is already defined for the specified language and overrideSameLanguage is false.
public  booleanaddQueryExecuterDef(QueryExecuterDef qed, boolean overrideSameLanguage)
     This method provides the preferred way to register a new connection type Return false if a custom QueryExecuter is already defined for the specified language and overrideSameLanguage is false.
public synchronized  voidaddReportFrameActivatedListener(it.businesslogic.ireport.gui.event.ReportFrameActivatedListener listener)
     Registers ReportFrameActivatedListener to receive events.
public synchronized  voidaddReportListener(it.businesslogic.ireport.gui.event.ReportListener listener)
     Registers ReportListener to receive events.
public  voidapplyI18n()
    
public  voidcheckForModifiedFiles()
    
public  voidclearConsole()
    
protected  voidclosedView(View view)
     When a view is closed, we should update the menu...
public  IReportCompilercompile()
    
public  IReportCompilercompile(javax.swing.JList jListThreads)
    
public  IReportCompilercompileAndRun1()
    
public  IReportCompilercompileAndRun1(boolean emptyRecord)
    
public  IReportCompilercompileAndRun2()
    
public  voiddisableSaveAllSpecific()
     Used to disable anything Save.
public  voiddisableSaveSpecific()
     Used to disable anything Save.
public  voidenableSaveAllSpecific()
     Used to enable anything strictly save all related.
public  voidenableSaveSpecific()
     Used to enable anything strictly save related.
protected  voidexitForm(java.awt.event.WindowEvent evt)
    
public  voidfireReportListenerReportBandsSelectionChanged(it.businesslogic.ireport.gui.event.ReportBandsSelectionEvent event)
     Notifies all registered listeners about the event.
public  voidfireReportListenerReportObjectsSelectionChanged(it.businesslogic.ireport.gui.event.ReportObjectsSelectionEvent event)
     Notifies all registered listeners about the event.
public  intgetActiveClipboard()
     Getter for property activeClipboard.
public  VectorgetActiveElementSelection(JReportFrame jrf)
    
public  JReportFramegetActiveReportFrame()
     Return the active Report frame.
public  intgetActiveStyleClipboard()
     Getter for property activeStyleClipboard.
public  BandsDialoggetBandsDialog()
     Getter for property bandsDialog.
public static  java.util.PropertiesgetBrandingProperties()
    
public  it.businesslogic.ireport.chart.DatasetgetChartDatasetClipBoard()
    
public  VectorgetChartSeriesClipBoard()
    
public  VectorgetClasspath()
    
public  VectorgetClipBoard()
    
public  java.util.ListgetConnectionImplementations()
     Get the list of ConnectionImplementations.
public  java.util.VectorgetConnections()
     Getter for property connections.
public  StringgetCurrentDirectory()
    
public  doublegetCurrentZoomFactor()
     Getter for property currentZoomFactor.
public  StringgetDefaultCompilationDirectory()
    
public  ViewgetDesktopView()
    
public  DocumentStructurePanelgetDocumentStructurePanel()
    
public  ElementPropertiesDialoggetElementPropertiesDialog()
     Getter for property elementPropertiesFrame.
public  it.businesslogic.ireport.gui.EventsFormgetEventsForm()
     Getter for property eventsForm.
public  java.util.VectorgetFavoriteFilesList()
     Getter for property favoriteFilesList.
public  StringgetFirstNameFree()
    
public  VectorgetFontspath()
    
public  it.businesslogic.ireport.gui.GroupsDialoggetGroupsDialog()
     Getter for property groupsDialog.
public  java.lang.StringgetHomeDirectory()
     Getter for property homeDirectory.
public  java.awt.ImagegetIconImage()
     Gets the image to be displayed in the minimized icon for this frame.
public  JMDIDesktopPanegetJMDIDesktopPane()
    
public  LibraryPanelgetLibraryPanel()
     Getter for property libraryPanel.
public  ViewgetLibraryView()
    
public  VectorgetLinkTypes()
    
public  LocaleResourceFilesDialoggetLocaleFilesDialog()
    
public  LogPanegetLogPane()
    
public  booleangetMagnetEnabled()
    
public static  MainFramegetMainInstance()
     Return the main instance of the MainFrame.
public  VectorgetMeasuresClipBoard()
    
public  java.awt.DimensiongetMinimumSize()
    
public  it.businesslogic.ireport.gui.PluginConfigurationDialoggetPluginConfigurationDialog()
     Getter for property pluginConfigurationDialog.
public  java.util.HashMapgetPluginEntries()
     Getter for property pluginEntries.
public  PropertiesgetProperties()
     Getter for property properties.
public  VectorgetQueryExecuters()
    
public static  StringgetRebrandedTitle()
    
public  java.util.VectorgetRecentFilesList()
     Getter for property recentFilesList.
public  java.util.VectorgetRecentProjectsList()
     Getter for property recentProjectsList.
public  it.businesslogic.ireport.ReportClassLoadergetReportClassLoader()
     Getter for property reportClassLoader.
public  it.businesslogic.ireport.gui.ReportQueryDialoggetReportQueryDialog()
     Getter for property reportQueryDialog.
public  DocumentSheetPanelgetReportSheetPanel()
    
public  intgetReportViewer()
    
public  VectorgetSelectedElements()
    
public  JReportFramegetSelectedJRFFromFilesTree()
    
public  ListgetSelectedJRFsFromFilesTree()
    
public  MapgetSpecialParameters(Map hm, Report report)
     getSpecialParamters added by Felix Firgau on March 3rd 2007 Returns a HashMap with parameters for a Datasource of generated a Report.
public  it.businesslogic.ireport.ReportElementgetStyleClipboard()
    
public  VectorgetStyleLibrarySet()
    
public  StylesViewgetStylesView()
    
public  java.util.VectorgetToolBarControls()
    
public  StringgetTranslatedCompileDirectory()
     Method used to translate properties that dictate where the compilation directory should be so that the correct directory can be obtained and used.
public  java.util.VectorgetTtfFonts()
     Getter for property ttfFonts.
public  ListgetUserChoicesWizardTemplates()
    
public  it.businesslogic.ireport.gui.ValuesDialoggetValuesDialog()
     Getter for property valuesDialog.
public static  NodegoToNodeElement(String name, Node node)
    
public  booleanisDontHandleEvent()
     Getter for property dontHandleEvent.
public  booleanisEMMActive()
    
public  booleanisEmbedded()
    
public  booleanisIgnorePagination()
    
public  booleanisNoExit()
    
public  booleanisSaveAllRequired()
     Used to determine if a save all is required.
public  booleanisShowOptionDialogSynchronize(String reportName, String filename)
    
public  booleanisSynchronizeReportName()
    
public  booleanisUseReportVirtualizer()
    
public  booleanisUsingCurrentFilesDirectoryForCompiles()
     Used to tell if the compiler should use the current files directory for the compile.
public  booleanisUsingMultiLineExpressions()
     Used to tell whether or not to be using multi line expressions.
public  booleanisUsingWS()
    
public  voidjMDIDesktopPaneInternalFrameActivated(InternalFrameActivatedEvent evt)
    
public  voidjMenuItemAlignBottomActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignHorizontalAxisActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignLeftActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignRightActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignToBandBottomActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignToBandTopActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignTopActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemAlignVerticalAxisActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemBandsActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemBringToFrontActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemCenterBackgroundActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemCenterHActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemCenterInBandActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemCenterVActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemHSDecreaseActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemHSIncreaseActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemHSMakeEqualActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemHSRemoveActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemJoinLeftActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemJoinRightActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemLeftMarginActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemOrganizeActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemRightMarginActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameHeightActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameHeightMaxActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameHeightMinActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameSizeActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameWidthActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameWidthMaxActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSameWidthMinActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSaveActionPerformed(java.awt.event.ActionEvent evt)
    
protected  voidjMenuItemSaveFromListActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemSendToBackActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemVSDecreaseActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemVSIncreaseActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemVSMakeEqualActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuItemVSRemoveActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidjMenuWindowListActionPerformed(java.awt.event.ActionEvent evt)
    
public  voidlanguageChanged(LanguageChangedEvent evt)
    
public  voidloadExpressionsList()
     Load expressions from IREPORT_EXPRESSIONS_FILE and set the static vector in the ExpressionEditor.
public  voidloadFileLists()
    
public  voidloadPlugins(String plugins_dir)
    
public static  voidloadRebrandingProperties()
    
public  voidloadStyleLibrary()
    
public  voidloadStyleLibrary(String fileName)
    
public  voidloadiReportConfiguration()
    
public  voidloadiReportConfiguration(String xmlFile)
    
public  voidlogOnConsole(String noHTML)
    
public  voidlogOnConsole(String s, boolean isHTML)
    
public static  voidmain(String args)
    
public  ReportnewReport(File template)
    
public  ReportnewReport()
    
public  ReportnewWizard()
    
public  JReportFrame[]open()
     opens one or more existing report.
public  JReportFrameopenFile(String filename)
    
public  JReportFrameopenFile(File file)
    
public  voidopenFiles(java.util.List fileList)
    
public  JReportFrameopenFromStream(java.io.InputStream inputStream)
    
public  JReportFrameopenNewReportWindow(Report newReport)
    
public  voidopenUrl(String url)
    
public  voidpaint(java.awt.Graphics g)
    
public  voidredo()
    
public  voidreloadFontsLists()
     Reload the fonts list...
public synchronized  voidremoveFontsListChangedListener(it.businesslogic.ireport.gui.event.FontsListChangedListener listener)
     Removes FontsListChangedListener from the list of listeners.
public synchronized  voidremoveReportFrameActivatedListener(it.businesslogic.ireport.gui.event.ReportFrameActivatedListener listener)
     Removes ReportFrameActivatedListener from the list of listeners.
public synchronized  voidremoveReportListener(it.businesslogic.ireport.gui.event.ReportListener listener)
     Removes ReportListener from the list of listeners.
public  voidrenewTitle(JReportFrame jrf)
    
public  voidreportBandChanged(ReportBandChangedEvent evt)
    
public  voidreportBandsSelectionChanged(ReportBandsSelectionEvent evt)
    
public  voidreportDocumentStatusChanged(ReportDocumentStatusChangedEvent evt)
    
public  voidreportElementsChanged(ReportElementChangedEvent evt)
    
public  voidreportElementsSelectionChanged(ReportElementsSelectionEvent evt)
     This method is called when a new element is selected, or deselected.
public  voidreportObjectsSelectionChanged(ReportObjectsSelectionEvent evt)
    
public  voidrun()
    
public  voidsave(JReportFrame jrf)
    
public  voidsaveAll()
    
public  voidsaveAll(javax.swing.JInternalFrame[] frames)
    
public  voidsaveAs(JReportFrame jrf)
    
public  voidsaveBackup(String filename)
    
public  voidsaveExpressionsList(Vector v)
     Load expressions from IREPORT_EXPRESSIONS_FILE and set the static vector in the ExpressionEditor.
public  booleansaveFileList(Vector v, String xmlFile)
    
public  voidsaveStyleLibrary()
    
public  voidsaveStyleLibrary(String fileName)
    
public  voidsaveToStream(java.io.OutputStream outputStream)
    
public  booleansaveiReportConfiguration()
    
public  booleansaveiReportConfiguration(String xmlFile)
    
public  voidsetActiveClipboard(int activeClipboard)
     Setter for property activeClipboard.
public  voidsetActiveConnection(IReportConnection conn)
    
public  voidsetActiveReportForm(JReportFrame jrf)
    
public  voidsetActiveStyleClipboard(int activeStyleClipboard)
     Setter for property activeStyleClipboard.
public  voidsetActiveTool(int tool)
    
public  voidsetBandsDialog(BandsDialog bandsDialog)
     Setter for property bandsDialog.
public static  voidsetBrandingProperties(java.util.Properties v_brandingProperties)
    
public  voidsetChartDatasetClipBoard(it.businesslogic.ireport.chart.Dataset chartDatasetClipBoard)
    
public  voidsetChartSeriesClipBoard(Vector chartSeriesClipBoard)
    
public  voidsetClasspath(Vector classpath)
    
public  voidsetClipBoardContent(Vector elements)
    
public  voidsetComboBoxZoomFactor(double zoomFactor)
    
public  voidsetConnectionImplementations(java.util.List connectionImplementations)
    
public  voidsetConnections(java.util.Vector connections)
     Setter for property connections.
public  voidsetCrosstabActive(CrosstabReportElement crosstabReportElement)
    
public  FilesetCurrentDirectory(File f, boolean save)
     Set the current directory.
public  voidsetCurrentZoomFactor(double currentZoomFactor)
     Setter for property currentZoomFactor.
public  voidsetCutCopyEnabled(boolean enabled)
    
public  voidsetDefaultCompilationDirectory(String defaultCompilationDirectory)
    
public  voidsetDocumentStructurePanel(DocumentStructurePanel documentStructurePanel)
    
public  voidsetDontHandleEvent(boolean dontHandleEvent)
     Setter for property dontHandleEvent.
public  voidsetElementPropertiesDialog(ElementPropertiesDialog elementPropertiesDialog)
     Setter for property elementPropertiesFrame.
public  voidsetElementsValue(String method, String value)
    
public  voidsetElementsValue(String method, Object value, Class clazz)
    
public  voidsetEmbeddedIreport(boolean status)
    
public  voidsetEventsForm(it.businesslogic.ireport.gui.EventsForm eventsForm)
     Setter for property eventsForm.
public  voidsetFavoriteFilesList(java.util.Vector favoriteFilesList)
     Setter for property favoriteFilesList.
public  voidsetFileListActivatedFrame(JReportFrame jrf)
    
public  voidsetFontspath(Vector fontspath)
    
public  voidsetGroupsDialog(it.businesslogic.ireport.gui.GroupsDialog groupsDialog)
     Setter for property groupsDialog.
public  voidsetHomeDirectory(java.lang.String homeDirectory)
     Setter for property homeDirectory.
public  voidsetLibraryPanel(LibraryPanel libraryPanel)
     Setter for property libraryPanel.
public  voidsetLocaleFilesDialog(LocaleResourceFilesDialog localeFilesDialog)
    
public  voidsetLogPane(LogPane logPane)
    
public  voidsetMagnetEnabled(boolean magnetEnabled)
    
public  voidsetMeasuresClipBoard(Vector measuresClipBoard)
    
public  voidsetNoExit(boolean noExit)
    
public  voidsetPasteEnebled(boolean enabled)
    
public  voidsetPluginConfigurationDialog(it.businesslogic.ireport.gui.PluginConfigurationDialog pluginConfigurationDialog)
     Setter for property pluginConfigurationDialog.
public  voidsetPluginEntries(java.util.HashMap pluginEntries)
     Setter for property pluginEntries.
public  voidsetProperties(Properties properties)
     Setter for property properties.
public  voidsetQueryExecuters(Vector queryExecuters)
    
public  voidsetRecentFilesList(java.util.Vector recentFilesList)
     Setter for property recentFilesList.
public  voidsetRecentProjectsList(java.util.Vector recentProjectsList)
     Setter for property recentProjectsList.
public  voidsetRedoEnebled(boolean enabled)
    
public  voidsetReportClassLoader(it.businesslogic.ireport.ReportClassLoader reportClassLoader)
     Setter for property reportClassLoader.
public  voidsetReportQueryDialog(it.businesslogic.ireport.gui.ReportQueryDialog reportQueryDialog)
     Setter for property reportQueryDialog.
public  voidsetReportViewer(int reportViewer)
     Used to hold the viewer setting.
public  voidsetSaveEnebled(boolean enabled)
    
public  voidsetStyleClipbardContent(it.businesslogic.ireport.ReportElement element)
    
public  voidsetStyleLibrarySet(Vector styleLibrarySet)
    
public  voidsetStylesView(StylesView stylesView)
    
public  voidsetTtfFonts(java.util.Vector ttfFonts)
     Setter for property ttfFonts.
public  voidsetUndoEnebled(boolean enabled)
    
public  voidsetUserChoicesWizardTemplates(List userChoicesWizardTemplates)
    
public  voidsetUsingCurrentFilesDirectoryForCompiles(boolean usingCurrentFilesDirectoryForCompiles)
     Method used to tell compiler to use the directory the file being compiled in for the compile directory.
public  voidsetUsingMultiLineExpressions(boolean useMultiLineExpressions)
    
public  voidsetUsingWS(boolean usingWS)
    
public  voidsetValuesDialog(it.businesslogic.ireport.gui.ValuesDialog valuesDialog)
     Setter for property valuesDialog.
public  voidsetiReportPaths(String ireport_home, String ireport_user_home, String ireport_tmp_dir)
    
public  voidsetupNewReportWindow(JReportFrame jrf)
    
public  voidstyleChanged(StyleChangedEvent evt)
    
public  voidtemplateChanged(TemplateChangedEvent evt)
    
public  voidundo()
    
public  voidupadateLAF()
    
public  voidupdateAntialiasMode()
    
public  voidupdateCutAndPasteMenu(JReportFrame jrf)
    
public  voidupdateFitToPage(JReportFrame jrf)
    
public  voidupdateFontsLists()
     This method can be used by plugins that needs to add new custom fonts...
public  voidupdateJMenuItemReportLocaleText()
    
public  voidupdateJMenuItemReportMaxRecords()
    
public  voidupdateJMenuItemReportTimeZone()
    
public  voidupdateMenuWindowList()
    
public  voidupdateOpenedDocumentsList()
    
public  voidupdateRecentFileMenu(JMenu menu, Vector v)
    
public  voidupdateRecentProjectMenu(JMenu menu, Vector v)
    
public  voidupdateUndoMenu(JReportFrame jrf)
    

Field Detail
IREPORT_CONFIG_FILE
public static String IREPORT_CONFIG_FILE(Code)



IREPORT_CSV_VIEWER
final public static int IREPORT_CSV_VIEWER(Code)



IREPORT_DEFAULT_HOME_DIR
public static String IREPORT_DEFAULT_HOME_DIR(Code)



IREPORT_EXPRESSIONS_FILE
public static String IREPORT_EXPRESSIONS_FILE(Code)



IREPORT_FAVORITE_FILES_FILE
public static String IREPORT_FAVORITE_FILES_FILE(Code)



IREPORT_FLASH_VIEWER
final public static int IREPORT_FLASH_VIEWER(Code)



IREPORT_HOME_DIR
public static String IREPORT_HOME_DIR(Code)



IREPORT_HTML_VIEWER
final public static int IREPORT_HTML_VIEWER(Code)



IREPORT_JASPER_VIEWER
final public static int IREPORT_JASPER_VIEWER(Code)



IREPORT_JAVA_VIEWER
final public static int IREPORT_JAVA_VIEWER(Code)



IREPORT_ODF_VIEWER
final public static int IREPORT_ODF_VIEWER(Code)



IREPORT_PDF_VIEWER
final public static int IREPORT_PDF_VIEWER(Code)



IREPORT_RECENT_FILES_FILE
public static String IREPORT_RECENT_FILES_FILE(Code)



IREPORT_RECENT_PROJECTS_FILE
public static String IREPORT_RECENT_PROJECTS_FILE(Code)



IREPORT_RTF_VIEWER
final public static int IREPORT_RTF_VIEWER(Code)



IREPORT_STYLE_LIBRARY
public static String IREPORT_STYLE_LIBRARY(Code)



IREPORT_TMP_DIR
public static String IREPORT_TMP_DIR(Code)



IREPORT_TXT_JR_VIEWER
final public static int IREPORT_TXT_JR_VIEWER(Code)



IREPORT_TXT_VIEWER
final public static int IREPORT_TXT_VIEWER(Code)



IREPORT_USER_HOME_DIR
public static String IREPORT_USER_HOME_DIR(Code)



IREPORT_XLS2_VIEWER
final public static int IREPORT_XLS2_VIEWER(Code)



IREPORT_XLS_VIEWER
final public static int IREPORT_XLS_VIEWER(Code)



constTitle
public static String constTitle(Code)
"iReport " + version To get the version, MainFrame.constTitle.substring(8); To show the title of a window, use the rebranded title with getRebrandedTitle();



crosstabMeasuresPanelView
View crosstabMeasuresPanelView(Code)



crosstabStructureView
View crosstabStructureView(Code)



desktop
View desktop(Code)



docCounter
public int docCounter(Code)



logPaneView
View logPaneView(Code)



reportClassLoader
public static ReportClassLoader reportClassLoader(Code)



stylesPanleView
View stylesPanleView(Code)



viewDocumentStructure
View viewDocumentStructure(Code)



viewFiles
View viewFiles(Code)
Viewes ....



viewLibrary
View viewLibrary(Code)



viewPropertySheet
View viewPropertySheet(Code)



viewThreads
View viewThreads(Code)




Constructor Detail
MainFrame
public MainFrame()(Code)



MainFrame
public MainFrame(Map args)(Code)
Creates new form MainFrame




Method Detail
addConnectionImplementation
public boolean addConnectionImplementation(String className)(Code)
This method provides the preferred way to register a new connection type



addDefaultConnectionImplementations
public void addDefaultConnectionImplementations()(Code)



addDefaultLinkTypes
public void addDefaultLinkTypes()(Code)



addFontsListChangedListener
public synchronized void addFontsListChangedListener(it.businesslogic.ireport.gui.event.FontsListChangedListener listener)(Code)
Registers FontsListChangedListener to receive events.
Parameters:
  listener - The listener to register.



addLinkType
public void addLinkType(String linkType)(Code)
This method provides the preferred way to register a new connection type Return false if a custom QueryExecuter is already defined for the specified language and overrideSameLanguage is false. if qed is null, the method returns false.



addQueryExecuterDef
public boolean addQueryExecuterDef(QueryExecuterDef qed, boolean overrideSameLanguage)(Code)
This method provides the preferred way to register a new connection type Return false if a custom QueryExecuter is already defined for the specified language and overrideSameLanguage is false. if qed is null, the method returns false.



addReportFrameActivatedListener
public synchronized void addReportFrameActivatedListener(it.businesslogic.ireport.gui.event.ReportFrameActivatedListener listener)(Code)
Registers ReportFrameActivatedListener to receive events.
Parameters:
  listener - The listener to register.



addReportListener
public synchronized void addReportListener(it.businesslogic.ireport.gui.event.ReportListener listener)(Code)
Registers ReportListener to receive events.
Parameters:
  listener - The listener to register.



applyI18n
public void applyI18n()(Code)



checkForModifiedFiles
public void checkForModifiedFiles()(Code)



clearConsole
public void clearConsole()(Code)



closedView
protected void closedView(View view)(Code)
When a view is closed, we should update the menu...



compile
public IReportCompiler compile()(Code)



compile
public IReportCompiler compile(javax.swing.JList jListThreads)(Code)



compileAndRun1
public IReportCompiler compileAndRun1()(Code)



compileAndRun1
public IReportCompiler compileAndRun1(boolean emptyRecord)(Code)



compileAndRun2
public IReportCompiler compileAndRun2()(Code)



disableSaveAllSpecific
public void disableSaveAllSpecific()(Code)
Used to disable anything Save. Not save all.



disableSaveSpecific
public void disableSaveSpecific()(Code)
Used to disable anything Save. Not save all.



enableSaveAllSpecific
public void enableSaveAllSpecific()(Code)
Used to enable anything strictly save all related. Not save.



enableSaveSpecific
public void enableSaveSpecific()(Code)
Used to enable anything strictly save related. Not save all.



exitForm
protected void exitForm(java.awt.event.WindowEvent evt)(Code)
Exit the Application



fireReportListenerReportBandsSelectionChanged
public void fireReportListenerReportBandsSelectionChanged(it.businesslogic.ireport.gui.event.ReportBandsSelectionEvent event)(Code)
Notifies all registered listeners about the event.
Parameters:
  event - The event to be fired



fireReportListenerReportObjectsSelectionChanged
public void fireReportListenerReportObjectsSelectionChanged(it.businesslogic.ireport.gui.event.ReportObjectsSelectionEvent event)(Code)
Notifies all registered listeners about the event.
Parameters:
  event - The event to be fired



getActiveClipboard
public int getActiveClipboard()(Code)
Getter for property activeClipboard. Value of property activeClipboard.



getActiveElementSelection
public Vector getActiveElementSelection(JReportFrame jrf)(Code)



getActiveReportFrame
public JReportFrame getActiveReportFrame()(Code)
Return the active Report frame. return null if no report frame is actually activated.



getActiveStyleClipboard
public int getActiveStyleClipboard()(Code)
Getter for property activeStyleClipboard. Value of property activeStyleClipboard.



getBandsDialog
public BandsDialog getBandsDialog()(Code)
Getter for property bandsDialog. Value of property bandsDialog.



getBrandingProperties
public static java.util.Properties getBrandingProperties()(Code)



getChartDatasetClipBoard
public it.businesslogic.ireport.chart.Dataset getChartDatasetClipBoard()(Code)



getChartSeriesClipBoard
public Vector getChartSeriesClipBoard()(Code)



getClasspath
public Vector getClasspath()(Code)



getClipBoard
public Vector getClipBoard()(Code)



getConnectionImplementations
public java.util.List getConnectionImplementations()(Code)
Get the list of ConnectionImplementations. To add new connection implementations, please use the method #addConnectionImplementation



getConnections
public java.util.Vector getConnections()(Code)
Getter for property connections. Value of property connections.



getCurrentDirectory
public String getCurrentDirectory()(Code)



getCurrentZoomFactor
public double getCurrentZoomFactor()(Code)
Getter for property currentZoomFactor. Value of property currentZoomFactor.



getDefaultCompilationDirectory
public String getDefaultCompilationDirectory()(Code)
Method used to get the default compilation directory the default compilation directory for ireport



getDesktopView
public View getDesktopView()(Code)



getDocumentStructurePanel
public DocumentStructurePanel getDocumentStructurePanel()(Code)



getElementPropertiesDialog
public ElementPropertiesDialog getElementPropertiesDialog()(Code)
Getter for property elementPropertiesFrame. Value of property elementPropertiesFrame.



getEventsForm
public it.businesslogic.ireport.gui.EventsForm getEventsForm()(Code)
Getter for property eventsForm. Value of property eventsForm.



getFavoriteFilesList
public java.util.Vector getFavoriteFilesList()(Code)
Getter for property favoriteFilesList. Value of property favoriteFilesList.



getFirstNameFree
public String getFirstNameFree()(Code)
Retrieve the first unused mane like untitled_report_XXX



getFontspath
public Vector getFontspath()(Code)



getGroupsDialog
public it.businesslogic.ireport.gui.GroupsDialog getGroupsDialog()(Code)
Getter for property groupsDialog. Value of property groupsDialog.



getHomeDirectory
public java.lang.String getHomeDirectory()(Code)
Getter for property homeDirectory. Value of property homeDirectory.



getIconImage
public java.awt.Image getIconImage()(Code)
Gets the image to be displayed in the minimized icon for this frame. the icon image for this frame, or nullif this frame doesn't have an icon image.
See Also:   MainFrame.setIconImage(Icon)



getJMDIDesktopPane
public JMDIDesktopPane getJMDIDesktopPane()(Code)



getLibraryPanel
public LibraryPanel getLibraryPanel()(Code)
Getter for property libraryPanel. Value of property libraryPanel.



getLibraryView
public View getLibraryView()(Code)
Getter for the LibraryView this is used to insert tabs for Plugins View



getLinkTypes
public Vector getLinkTypes()(Code)



getLocaleFilesDialog
public LocaleResourceFilesDialog getLocaleFilesDialog()(Code)



getLogPane
public LogPane getLogPane()(Code)



getMagnetEnabled
public boolean getMagnetEnabled()(Code)



getMainInstance
public static MainFrame getMainInstance()(Code)
Return the main instance of the MainFrame. This method assume that there is only one iReport instanced per JVM, so the first istance of MainFrame is the only possible.



getMeasuresClipBoard
public Vector getMeasuresClipBoard()(Code)



getMinimumSize
public java.awt.Dimension getMinimumSize()(Code)



getPluginConfigurationDialog
public it.businesslogic.ireport.gui.PluginConfigurationDialog getPluginConfigurationDialog()(Code)
Getter for property pluginConfigurationDialog. Value of property pluginConfigurationDialog.



getPluginEntries
public java.util.HashMap getPluginEntries()(Code)
Getter for property pluginEntries. Value of property pluginEntries.



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



getQueryExecuters
public Vector getQueryExecuters()(Code)



getRebrandedTitle
public static String getRebrandedTitle()(Code)



getRecentFilesList
public java.util.Vector getRecentFilesList()(Code)
Getter for property recentFilesList. Value of property recentFilesList.



getRecentProjectsList
public java.util.Vector getRecentProjectsList()(Code)
Getter for property recentProjectsList. Value of property recentProjectsList.



getReportClassLoader
public it.businesslogic.ireport.ReportClassLoader getReportClassLoader()(Code)
Getter for property reportClassLoader. Value of property reportClassLoader.



getReportQueryDialog
public it.businesslogic.ireport.gui.ReportQueryDialog getReportQueryDialog()(Code)
Getter for property reportQueryDialog. Value of property reportQueryDialog.



getReportSheetPanel
public DocumentSheetPanel getReportSheetPanel()(Code)



getReportViewer
public int getReportViewer()(Code)
Used to get which viewer is in use



getSelectedElements
public Vector getSelectedElements()(Code)



getSelectedJRFFromFilesTree
public JReportFrame getSelectedJRFFromFilesTree()(Code)



getSelectedJRFsFromFilesTree
public List getSelectedJRFsFromFilesTree()(Code)
List of JReportFrames selected in the files tree



getSpecialParameters
public Map getSpecialParameters(Map hm, Report report)(Code)
getSpecialParamters added by Felix Firgau on March 3rd 2007 Returns a HashMap with parameters for a Datasource of generated a Report. This method is used for subclassing.
Parameters:
  hm - Map
Parameters:
  report - Report Map



getStyleClipboard
public it.businesslogic.ireport.ReportElement getStyleClipboard()(Code)



getStyleLibrarySet
public Vector getStyleLibrarySet()(Code)



getStylesView
public StylesView getStylesView()(Code)



getToolBarControls
public java.util.Vector getToolBarControls()(Code)



getTranslatedCompileDirectory
public String getTranslatedCompileDirectory()(Code)
Method used to translate properties that dictate where the compilation directory should be so that the correct directory can be obtained and used. the compilation directory to use for the reports.



getTtfFonts
public java.util.Vector getTtfFonts()(Code)
Getter for property ttfFonts. Value of property ttfFonts.



getUserChoicesWizardTemplates
public List getUserChoicesWizardTemplates()(Code)



getValuesDialog
public it.businesslogic.ireport.gui.ValuesDialog getValuesDialog()(Code)
Getter for property valuesDialog. Value of property valuesDialog.



goToNodeElement
public static Node goToNodeElement(String name, Node node)(Code)



isDontHandleEvent
public boolean isDontHandleEvent()(Code)
Getter for property dontHandleEvent. Value of property dontHandleEvent.



isEMMActive
public boolean isEMMActive()(Code)



isEmbedded
public boolean isEmbedded()(Code)



isIgnorePagination
public boolean isIgnorePagination()(Code)



isNoExit
public boolean isNoExit()(Code)



isSaveAllRequired
public boolean isSaveAllRequired()(Code)
Used to determine if a save all is required.



isShowOptionDialogSynchronize
public boolean isShowOptionDialogSynchronize(String reportName, String filename)(Code)



isSynchronizeReportName
public boolean isSynchronizeReportName()(Code)



isUseReportVirtualizer
public boolean isUseReportVirtualizer()(Code)



isUsingCurrentFilesDirectoryForCompiles
public boolean isUsingCurrentFilesDirectoryForCompiles()(Code)
Used to tell if the compiler should use the current files directory for the compile. whether or not to use the current files directory for the compile.



isUsingMultiLineExpressions
public boolean isUsingMultiLineExpressions()(Code)
Used to tell whether or not to be using multi line expressions. whether multiline expressions are being used or not.



isUsingWS
public boolean isUsingWS()(Code)



jMDIDesktopPaneInternalFrameActivated
public void jMDIDesktopPaneInternalFrameActivated(InternalFrameActivatedEvent evt)(Code)



jMenuItemAlignBottomActionPerformed
public void jMenuItemAlignBottomActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignHorizontalAxisActionPerformed
public void jMenuItemAlignHorizontalAxisActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignLeftActionPerformed
public void jMenuItemAlignLeftActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignRightActionPerformed
public void jMenuItemAlignRightActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignToBandBottomActionPerformed
public void jMenuItemAlignToBandBottomActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignToBandTopActionPerformed
public void jMenuItemAlignToBandTopActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignTopActionPerformed
public void jMenuItemAlignTopActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemAlignVerticalAxisActionPerformed
public void jMenuItemAlignVerticalAxisActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemBandsActionPerformed
public void jMenuItemBandsActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemBringToFrontActionPerformed
public void jMenuItemBringToFrontActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemCenterBackgroundActionPerformed
public void jMenuItemCenterBackgroundActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemCenterHActionPerformed
public void jMenuItemCenterHActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemCenterInBandActionPerformed
public void jMenuItemCenterInBandActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemCenterVActionPerformed
public void jMenuItemCenterVActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemHSDecreaseActionPerformed
public void jMenuItemHSDecreaseActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemHSIncreaseActionPerformed
public void jMenuItemHSIncreaseActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemHSMakeEqualActionPerformed
public void jMenuItemHSMakeEqualActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemHSRemoveActionPerformed
public void jMenuItemHSRemoveActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemJoinLeftActionPerformed
public void jMenuItemJoinLeftActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemJoinRightActionPerformed
public void jMenuItemJoinRightActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemLeftMarginActionPerformed
public void jMenuItemLeftMarginActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemOrganizeActionPerformed
public void jMenuItemOrganizeActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemRightMarginActionPerformed
public void jMenuItemRightMarginActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameHeightActionPerformed
public void jMenuItemSameHeightActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameHeightMaxActionPerformed
public void jMenuItemSameHeightMaxActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameHeightMinActionPerformed
public void jMenuItemSameHeightMinActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameSizeActionPerformed
public void jMenuItemSameSizeActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameWidthActionPerformed
public void jMenuItemSameWidthActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameWidthMaxActionPerformed
public void jMenuItemSameWidthMaxActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSameWidthMinActionPerformed
public void jMenuItemSameWidthMinActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSaveActionPerformed
public void jMenuItemSaveActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSaveFromListActionPerformed
protected void jMenuItemSaveFromListActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemSendToBackActionPerformed
public void jMenuItemSendToBackActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemVSDecreaseActionPerformed
public void jMenuItemVSDecreaseActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemVSIncreaseActionPerformed
public void jMenuItemVSIncreaseActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemVSMakeEqualActionPerformed
public void jMenuItemVSMakeEqualActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuItemVSRemoveActionPerformed
public void jMenuItemVSRemoveActionPerformed(java.awt.event.ActionEvent evt)(Code)



jMenuWindowListActionPerformed
public void jMenuWindowListActionPerformed(java.awt.event.ActionEvent evt)(Code)



languageChanged
public void languageChanged(LanguageChangedEvent evt)(Code)



loadExpressionsList
public void loadExpressionsList()(Code)
Load expressions from IREPORT_EXPRESSIONS_FILE and set the static vector in the ExpressionEditor.



loadFileLists
public void loadFileLists()(Code)



loadPlugins
public void loadPlugins(String plugins_dir)(Code)



loadRebrandingProperties
public static void loadRebrandingProperties()(Code)



loadStyleLibrary
public void loadStyleLibrary()(Code)



loadStyleLibrary
public void loadStyleLibrary(String fileName)(Code)



loadiReportConfiguration
public void loadiReportConfiguration()(Code)



loadiReportConfiguration
public void loadiReportConfiguration(String xmlFile)(Code)



logOnConsole
public void logOnConsole(String noHTML)(Code)



logOnConsole
public void logOnConsole(String s, boolean isHTML)(Code)



main
public static void main(String args)(Code)

Parameters:
  args - the command line arguments



newReport
public Report newReport(File template)(Code)
newReport generates a new report from a template file returns the new report or null if an error occurs
Parameters:
  template - File Report



newReport
public Report newReport()(Code)
newReport generates a new report and shows property dialog returns the new report or null if property dialog is canceled Report



newWizard
public Report newWizard()(Code)



open
public JReportFrame[] open()(Code)
opens one or more existing report. Shows file chooser dialog. returns the newly opened ReportFrames (maybe more than one) or null if file chooser is canceled. JReportFrame[]



openFile
public JReportFrame openFile(String filename)(Code)



openFile
public JReportFrame openFile(File file)(Code)



openFiles
public void openFiles(java.util.List fileList)(Code)



openFromStream
public JReportFrame openFromStream(java.io.InputStream inputStream)(Code)
openFromStream opens a new Report from an InputStream Author: Felix Firgau
Parameters:
  inputStream - InputStream JReportFrame



openNewReportWindow
public JReportFrame openNewReportWindow(Report newReport)(Code)



openUrl
public void openUrl(String url)(Code)



paint
public void paint(java.awt.Graphics g)(Code)



redo
public void redo()(Code)



reloadFontsLists
public void reloadFontsLists()(Code)
Reload the fonts list...



removeFontsListChangedListener
public synchronized void removeFontsListChangedListener(it.businesslogic.ireport.gui.event.FontsListChangedListener listener)(Code)
Removes FontsListChangedListener from the list of listeners.
Parameters:
  listener - The listener to remove.



removeReportFrameActivatedListener
public synchronized void removeReportFrameActivatedListener(it.businesslogic.ireport.gui.event.ReportFrameActivatedListener listener)(Code)
Removes ReportFrameActivatedListener from the list of listeners.
Parameters:
  listener - The listener to remove.



removeReportListener
public synchronized void removeReportListener(it.businesslogic.ireport.gui.event.ReportListener listener)(Code)
Removes ReportListener from the list of listeners.
Parameters:
  listener - The listener to remove.



renewTitle
public void renewTitle(JReportFrame jrf)(Code)



reportBandChanged
public void reportBandChanged(ReportBandChangedEvent evt)(Code)



reportBandsSelectionChanged
public void reportBandsSelectionChanged(ReportBandsSelectionEvent evt)(Code)



reportDocumentStatusChanged
public void reportDocumentStatusChanged(ReportDocumentStatusChangedEvent evt)(Code)



reportElementsChanged
public void reportElementsChanged(ReportElementChangedEvent evt)(Code)



reportElementsSelectionChanged
public void reportElementsSelectionChanged(ReportElementsSelectionEvent evt)(Code)
This method is called when a new element is selected, or deselected.



reportObjectsSelectionChanged
public void reportObjectsSelectionChanged(ReportObjectsSelectionEvent evt)(Code)



run
public void run()(Code)



save
public void save(JReportFrame jrf)(Code)



saveAll
public void saveAll()(Code)
save all open reports



saveAll
public void saveAll(javax.swing.JInternalFrame[] frames)(Code)
save all reportframes
Parameters:
  frames - JInternalFrame[]



saveAs
public void saveAs(JReportFrame jrf)(Code)



saveBackup
public void saveBackup(String filename)(Code)



saveExpressionsList
public void saveExpressionsList(Vector v)(Code)
Load expressions from IREPORT_EXPRESSIONS_FILE and set the static vector in the ExpressionEditor.



saveFileList
public boolean saveFileList(Vector v, String xmlFile)(Code)



saveStyleLibrary
public void saveStyleLibrary()(Code)



saveStyleLibrary
public void saveStyleLibrary(String fileName)(Code)



saveToStream
public void saveToStream(java.io.OutputStream outputStream)(Code)
saveToStream saves a Report to an OutputStream Author: Felix Firgau
Parameters:
  outputStream - OutputStream



saveiReportConfiguration
public boolean saveiReportConfiguration()(Code)



saveiReportConfiguration
public boolean saveiReportConfiguration(String xmlFile)(Code)



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



setActiveConnection
public void setActiveConnection(IReportConnection conn)(Code)



setActiveReportForm
public void setActiveReportForm(JReportFrame jrf)(Code)



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



setActiveTool
public void setActiveTool(int tool)(Code)



setBandsDialog
public void setBandsDialog(BandsDialog bandsDialog)(Code)
Setter for property bandsDialog.
Parameters:
  bandsDialog - New value of property bandsDialog.



setBrandingProperties
public static void setBrandingProperties(java.util.Properties v_brandingProperties)(Code)



setChartDatasetClipBoard
public void setChartDatasetClipBoard(it.businesslogic.ireport.chart.Dataset chartDatasetClipBoard)(Code)



setChartSeriesClipBoard
public void setChartSeriesClipBoard(Vector chartSeriesClipBoard)(Code)



setClasspath
public void setClasspath(Vector classpath)(Code)



setClipBoardContent
public void setClipBoardContent(Vector elements)(Code)



setComboBoxZoomFactor
public void setComboBoxZoomFactor(double zoomFactor)(Code)



setConnectionImplementations
public void setConnectionImplementations(java.util.List connectionImplementations)(Code)



setConnections
public void setConnections(java.util.Vector connections)(Code)
Setter for property connections.
Parameters:
  connections - New value of property connections.



setCrosstabActive
public void setCrosstabActive(CrosstabReportElement crosstabReportElement)(Code)



setCurrentDirectory
public File setCurrentDirectory(File f, boolean save)(Code)
Set the current directory. If save = true, the config file is updates...



setCurrentZoomFactor
public void setCurrentZoomFactor(double currentZoomFactor)(Code)
Setter for property currentZoomFactor.
Parameters:
  currentZoomFactor - New value of property currentZoomFactor.



setCutCopyEnabled
public void setCutCopyEnabled(boolean enabled)(Code)



setDefaultCompilationDirectory
public void setDefaultCompilationDirectory(String defaultCompilationDirectory)(Code)
Used to set the default compilation directory
Parameters:
  defaultCompilationDirectory -



setDocumentStructurePanel
public void setDocumentStructurePanel(DocumentStructurePanel documentStructurePanel)(Code)



setDontHandleEvent
public void setDontHandleEvent(boolean dontHandleEvent)(Code)
Setter for property dontHandleEvent.
Parameters:
  dontHandleEvent - New value of property dontHandleEvent.



setElementPropertiesDialog
public void setElementPropertiesDialog(ElementPropertiesDialog elementPropertiesDialog)(Code)
Setter for property elementPropertiesFrame.
Parameters:
  elementPropertiesFrame - New value of property elementPropertiesFrame.



setElementsValue
public void setElementsValue(String method, String value)(Code)



setElementsValue
public void setElementsValue(String method, Object value, Class clazz)(Code)



setEmbeddedIreport
public void setEmbeddedIreport(boolean status)(Code)



setEventsForm
public void setEventsForm(it.businesslogic.ireport.gui.EventsForm eventsForm)(Code)
Setter for property eventsForm.
Parameters:
  eventsForm - New value of property eventsForm.



setFavoriteFilesList
public void setFavoriteFilesList(java.util.Vector favoriteFilesList)(Code)
Setter for property favoriteFilesList.
Parameters:
  favoriteFilesList - New value of property favoriteFilesList.



setFileListActivatedFrame
public void setFileListActivatedFrame(JReportFrame jrf)(Code)



setFontspath
public void setFontspath(Vector fontspath)(Code)



setGroupsDialog
public void setGroupsDialog(it.businesslogic.ireport.gui.GroupsDialog groupsDialog)(Code)
Setter for property groupsDialog.
Parameters:
  groupsDialog - New value of property groupsDialog.



setHomeDirectory
public void setHomeDirectory(java.lang.String homeDirectory)(Code)
Setter for property homeDirectory.
Parameters:
  homeDirectory - New value of property homeDirectory.



setLibraryPanel
public void setLibraryPanel(LibraryPanel libraryPanel)(Code)
Setter for property libraryPanel.
Parameters:
  libraryPanel - New value of property libraryPanel.



setLocaleFilesDialog
public void setLocaleFilesDialog(LocaleResourceFilesDialog localeFilesDialog)(Code)



setLogPane
public void setLogPane(LogPane logPane)(Code)



setMagnetEnabled
public void setMagnetEnabled(boolean magnetEnabled)(Code)



setMeasuresClipBoard
public void setMeasuresClipBoard(Vector measuresClipBoard)(Code)



setNoExit
public void setNoExit(boolean noExit)(Code)



setPasteEnebled
public void setPasteEnebled(boolean enabled)(Code)



setPluginConfigurationDialog
public void setPluginConfigurationDialog(it.businesslogic.ireport.gui.PluginConfigurationDialog pluginConfigurationDialog)(Code)
Setter for property pluginConfigurationDialog.
Parameters:
  pluginConfigurationDialog - New value of property pluginConfigurationDialog.



setPluginEntries
public void setPluginEntries(java.util.HashMap pluginEntries)(Code)
Setter for property pluginEntries.
Parameters:
  pluginEntries - New value of property pluginEntries.



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



setQueryExecuters
public void setQueryExecuters(Vector queryExecuters)(Code)



setRecentFilesList
public void setRecentFilesList(java.util.Vector recentFilesList)(Code)
Setter for property recentFilesList.
Parameters:
  recentFilesList - New value of property recentFilesList.



setRecentProjectsList
public void setRecentProjectsList(java.util.Vector recentProjectsList)(Code)
Setter for property recentProjectsList.
Parameters:
  recentProjectsList - New value of property recentProjectsList.



setRedoEnebled
public void setRedoEnebled(boolean enabled)(Code)



setReportClassLoader
public void setReportClassLoader(it.businesslogic.ireport.ReportClassLoader reportClassLoader)(Code)
Setter for property reportClassLoader.
Parameters:
  reportClassLoader - New value of property reportClassLoader.



setReportQueryDialog
public void setReportQueryDialog(it.businesslogic.ireport.gui.ReportQueryDialog reportQueryDialog)(Code)
Setter for property reportQueryDialog.
Parameters:
  reportQueryDialog - New value of property reportQueryDialog.



setReportViewer
public void setReportViewer(int reportViewer)(Code)
Used to hold the viewer setting.
Parameters:
  reportViewer - the viewer to use



setSaveEnebled
public void setSaveEnebled(boolean enabled)(Code)



setStyleClipbardContent
public void setStyleClipbardContent(it.businesslogic.ireport.ReportElement element)(Code)



setStyleLibrarySet
public void setStyleLibrarySet(Vector styleLibrarySet)(Code)



setStylesView
public void setStylesView(StylesView stylesView)(Code)



setTtfFonts
public void setTtfFonts(java.util.Vector ttfFonts)(Code)
Setter for property ttfFonts.
Parameters:
  ttfFonts - New value of property ttfFonts.



setUndoEnebled
public void setUndoEnebled(boolean enabled)(Code)



setUserChoicesWizardTemplates
public void setUserChoicesWizardTemplates(List userChoicesWizardTemplates)(Code)



setUsingCurrentFilesDirectoryForCompiles
public void setUsingCurrentFilesDirectoryForCompiles(boolean usingCurrentFilesDirectoryForCompiles)(Code)
Method used to tell compiler to use the directory the file being compiled in for the compile directory. This is for simplicity of development.
Parameters:
  useCurrentFilesDirectoryForCompiles - speaks for itself



setUsingMultiLineExpressions
public void setUsingMultiLineExpressions(boolean useMultiLineExpressions)(Code)
Used to set the application preference/option/property UseMultiLineExpressions



setUsingWS
public void setUsingWS(boolean usingWS)(Code)



setValuesDialog
public void setValuesDialog(it.businesslogic.ireport.gui.ValuesDialog valuesDialog)(Code)
Setter for property valuesDialog.
Parameters:
  valuesDialog - New value of property valuesDialog.



setiReportPaths
public void setiReportPaths(String ireport_home, String ireport_user_home, String ireport_tmp_dir)(Code)



setupNewReportWindow
public void setupNewReportWindow(JReportFrame jrf)(Code)
setup and configure a new JReportFrame for subclassing JReportFrame Implemented by Felix Firgau on February 21st 2007
Parameters:
  jrf - JReportFrame



styleChanged
public void styleChanged(StyleChangedEvent evt)(Code)



templateChanged
public void templateChanged(TemplateChangedEvent evt)(Code)



undo
public void undo()(Code)



upadateLAF
public void upadateLAF()(Code)
Used to update dynamically the LAF



updateAntialiasMode
public void updateAntialiasMode()(Code)



updateCutAndPasteMenu
public void updateCutAndPasteMenu(JReportFrame jrf)(Code)



updateFitToPage
public void updateFitToPage(JReportFrame jrf)(Code)



updateFontsLists
public void updateFontsLists()(Code)
This method can be used by plugins that needs to add new custom fonts...



updateJMenuItemReportLocaleText
public void updateJMenuItemReportLocaleText()(Code)



updateJMenuItemReportMaxRecords
public void updateJMenuItemReportMaxRecords()(Code)



updateJMenuItemReportTimeZone
public void updateJMenuItemReportTimeZone()(Code)



updateMenuWindowList
public void updateMenuWindowList()(Code)



updateOpenedDocumentsList
public void updateOpenedDocumentsList()(Code)
Update the jTreeDocumen (the tree with the opened files)



updateRecentFileMenu
public void updateRecentFileMenu(JMenu menu, Vector v)(Code)



updateRecentProjectMenu
public void updateRecentProjectMenu(JMenu menu, Vector v)(Code)



updateUndoMenu
public void updateUndoMenu(JReportFrame jrf)(Code)



Fields inherited from javax.swing.JFrame
final public static int EXIT_ON_CLOSE(Code)(Java Doc)
protected AccessibleContext accessibleContext(Code)(Java Doc)
protected JRootPane rootPane(Code)(Java Doc)
protected boolean rootPaneCheckingEnabled(Code)(Java Doc)

Methods inherited from javax.swing.JFrame
protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc)
protected JRootPane createRootPane()(Code)(Java Doc)
protected void frameInit()(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public Container getContentPane()(Code)(Java Doc)
public int getDefaultCloseOperation()(Code)(Java Doc)
public Component getGlassPane()(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public JMenuBar getJMenuBar()(Code)(Java Doc)
public JLayeredPane getLayeredPane()(Code)(Java Doc)
public JRootPane getRootPane()(Code)(Java Doc)
public TransferHandler getTransferHandler()(Code)(Java Doc)
public static boolean isDefaultLookAndFeelDecorated()(Code)(Java Doc)
protected boolean isRootPaneCheckingEnabled()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
protected void processWindowEvent(WindowEvent e)(Code)(Java Doc)
public void remove(Component comp)(Code)(Java Doc)
public void repaint(long time, int x, int y, int width, int height)(Code)(Java Doc)
public void setContentPane(Container contentPane)(Code)(Java Doc)
public void setDefaultCloseOperation(int operation)(Code)(Java Doc)
public static void setDefaultLookAndFeelDecorated(boolean defaultLookAndFeelDecorated)(Code)(Java Doc)
public void setGlassPane(Component glassPane)(Code)(Java Doc)
public void setIconImage(Image image)(Code)(Java Doc)
public void setJMenuBar(JMenuBar menubar)(Code)(Java Doc)
public void setLayeredPane(JLayeredPane layeredPane)(Code)(Java Doc)
public void setLayout(LayoutManager manager)(Code)(Java Doc)
protected void setRootPane(JRootPane root)(Code)(Java Doc)
protected void setRootPaneCheckingEnabled(boolean enabled)(Code)(Java Doc)
public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc)
public void update(Graphics g)(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.