Interface BrowseDirectories


public interface BrowseDirectories
This class can be used to configure the default browse directories for different dialogs within either the ReportDesigner or the ChartDesigner.
Use either QbReportDesigner.getBrowseDirectories() or QbChartDesigner.getBrowseDirectories() to get an instance of this object.
See Also:
  • Method Details

    • setAllDirectories

      void setAllDirectories(String dir)
      This is a convenience method that simply calls all other setXXX methods with the DIR argument.
    • setReportTemplatesDirectory

      void setReportTemplatesDirectory(String dir)
      Sets the default browse report templates directory.
       This includes the following browse dialogs:
          Open/Save/Export reports
          Data Registry -> Update -> Report -> Add
       
    • getSubReportTemplatesDirectory

      String getSubReportTemplatesDirectory()
      Gets the default browse report templates directory.
       This includes the following browse dialogs:
          Open/Save/Export reports
          Data Registry -> Update -> Report -> Add
       
    • setSubReportTemplatesDirectory

      void setSubReportTemplatesDirectory(String dir)
      Sets the default browse sub-report templates directory.
       This includes the following browse dialog:
          Insert Subreport -> Open existing report
       
    • getReportTemplatesDirectory

      String getReportTemplatesDirectory()
      Gets the default browse sub-report templates directory.
       This includes the following browse dialog:
          Insert Subreport -> Open existing report
       
    • setReportDrillDownDirectory

      void setReportDrillDownDirectory(String dir)
      Sets the default browse report drill down templates directory.
       This includes the following browse dialog:
          Drilldown Navigation -> Add -> Open existing report
       
    • getReportDrillDownDirectory

      String getReportDrillDownDirectory()
      Gets the default browse report drill down templates directory.
       This includes the following browse dialog:
          Drilldown Navigation -> Add -> Open existing report
       
    • setChartTemplatesDirectory

      void setChartTemplatesDirectory(String dir)
      Sets the default browse chart templates directory.
       This includes the following browse dialogs:
          Open/Save/Export charts
          Apply chart template
          Dynamic drilldown
          Parameter drill down
       
    • getChartTemplatesDirectory

      String getChartTemplatesDirectory()
      Gets the default browse chart templates directory.
       This includes the following browse dialogs:
          Open/Save/Export charts
          Apply chart template
          Dynamic drilldown
          Parameter drill down
       
    • setDataRegistryDirectory

      void setDataRegistryDirectory(String dir)
      Sets the default browse data registry directory for both report and chart
    • getDataRegistryDirectory

      String getDataRegistryDirectory()
      Gets the default browse data registry directory for both report and chart
    • setDataSourceXMLDir

      void setDataSourceXMLDir(String dir)
      Sets the default browse data source (xml file) directory for both report and chart. This browse dialog can be accessed in the Data Source Manager->XML node->Add.
    • getDataSourceXMLDir

      String getDataSourceXMLDir()
      Gets the default browse data source (xml file) directory for both report and chart. This browse dialog can be accessed in the Data Source Manager->XML node->Add.
    • setDataSourceTextDir

      void setDataSourceTextDir(String dir)
      Sets the default browse data source (text file) directory for both report and chart. This browse dialog can be accessed in the Data Source Manager->TXT node->Add.
    • getDataSourceTextDir

      String getDataSourceTextDir()
      Gets the default browse data source (text file) directory for both report and chart. This browse dialog can be accessed in the Data Source Manager->TXT node->Add.
    • setApplyTemplateDir

      void setApplyTemplateDir(String dir)
      Sets the default (report only) Apply Template directory.
    • getApplyTemplateDir

      String getApplyTemplateDir()
      Gets the default (report only) Apply Template directory.
    • setImagesDir

      void setImagesDir(String dir)
      Sets the default browse images/background images directory.
    • getImagesDir

      String getImagesDir()
      Gets the default browse images/background images directory.
    • setRichTextDir

      void setRichTextDir(String dir)
      Sets the default browse rich text files directory. (import rich text field in report designer)
    • getRichTextDir

      String getRichTextDir()
      Gets the default browse rich text files directory. (import rich text field in report designer)
    • setRichTextImagesDir

      void setRichTextImagesDir(String dir)
      Sets the default browse rich text (Insert) Images files directory. (import rich text field in report designer)
    • getRichTextImagesDir

      String getRichTextImagesDir()
      Gets the default browse rich text (Insert) Images files directory. (import rich text field in report designer)
    • setLogoImagesDir

      void setLogoImagesDir(String dir)
      Sets the default browse logo images files directory. (ReportWizard Insert Report Elements Dialog)
    • getLogoImagesDir

      String getLogoImagesDir()
      Gets the default browse logo images files directory. (ReportWizard Insert Report Elements Dialog)
    • setFontMappingXmlDir

      void setFontMappingXmlDir(String dir)
      Sets the default browse Font Mapping import/export directory. This is only for report designer.
    • getFontMappingXmlDir

      String getFontMappingXmlDir()
      Gets the default browse Font Mapping import/export directory. This is only for report designer.
    • setFontMappingFontsDir

      void setFontMappingFontsDir(String dir)
      Sets the default browse Font Mapping directory. This is only for report designer.
    • getFontMappingFontsDir

      String getFontMappingFontsDir()
      Gets the default browse Font Mapping directory. This is only for report designer.
    • setCSSDir

      void setCSSDir(String dir)
      Sets the default browse CSS direcotory. This browse dialog is accessed in the report designer by Option->Export Style Sheet.
    • getCSSDir

      String getCSSDir()
      Gets the default browse CSS direcotory. This browse dialog is accessed in the report designer by Option->Export Style Sheet.
    • setGlobalFormatDir

      void setGlobalFormatDir(String dir)
      Sets the default browse global format directory for reports
    • getGlobalFormatDir

      String getGlobalFormatDir()
      Gets the default browse global format directory for reports
    • setQueryExportDir

      void setQueryExportDir(String dir)
      Sets the default browse query export directory for reports. This is for the dialog that can be accessed in the query builder by selecting File->Export.
    • getQueryExportDir

      String getQueryExportDir()
      Gets the default browse query export directory for reports. This is for the dialog that can be accessed in the query builder by selecting File->Export.
    • setFormatHyperlinkDir

      void setFormatHyperlinkDir(String dir)
      Sets the default browse hyperlink directory for reports. This is for the dialog that can be accessed in the ReportDesigner by selecting Format->Hyperlink->Browse.
    • getFormatHyperlinkDir

      String getFormatHyperlinkDir()
      Gets the default browse hyperlink directory for reports. This is for the dialog that can be accessed in the ReportDesigner by selecting Format->Hyperlink->Browse.
    • setOrganizerInsertFilesDir

      void setOrganizerInsertFilesDir(String dir)
      Sets the Organizer's default browse insert files directory.
       This includes the following browse dialogs
           Insert File (chart/report)
           Edit File (chart/report)
       
    • getOrganizerInsertFilesDir

      String getOrganizerInsertFilesDir()
      Gets the Organizer's default browse insert files directory.
       This includes the following browse dialogs
           Insert File (chart/report)
           Edit File (chart/report)
       
    • setOrganizerScheduleReportsDir

      void setOrganizerScheduleReportsDir(String dir)
      Sets the Organizer's Schedule/Archive browsee directory for reports.
    • getOrganizerScheduleReportsDir

      String getOrganizerScheduleReportsDir()
      Gets the Organizer's Schedule/Archive browsee directory for reports.
    • setOrganizerScheduleChartsDir

      void setOrganizerScheduleChartsDir(String dir)
      Sets the Organizer's Schedule/Archive browse directory for charts.
    • getOrganizerScheduleChartsDir

      String getOrganizerScheduleChartsDir()
      Gets the Organizer's Schedule/Archive browse directory for charts.
    • setOrganizerCssDir

      void setOrganizerCssDir(String dir)
      Sets the Organizer's Css Files export directory for generating image/report URLs.
    • getOrganizerCssDir

      String getOrganizerCssDir()
      Gets the Organizer's Css Files export directory for generating image/report URLs.
    • setOrganizerUrlMappingDir

      void setOrganizerUrlMappingDir(String dir)
      Sets the Organizer's Url Mapping browse directory.
    • getOrganizerUrlMappingDir

      String getOrganizerUrlMappingDir()
      Gets the Organizer's Url Mapping browse directory.
    • setOrganizerUpdateDirectoryDir

      void setOrganizerUpdateDirectoryDir(String dir)
      Sets the Organizer's Update Directory browse directory.
    • getOrganizerUpdateDirectoryDir

      String getOrganizerUpdateDirectoryDir()
      Gets the Organizer's Update Directory browse directory.
    • setSchedulerReportExportsDir

      void setSchedulerReportExportsDir(String dir)
      Sets the Scheduler's browse report (RPT,XML) exports directory.
    • getSchedulerReportExportsDir

      String getSchedulerReportExportsDir()
      Gets the Scheduler's browse report (RPT,XML) exports directory.