Package quadbase.common.util
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.
Use either QbReportDesigner.getBrowseDirectories() or QbChartDesigner.getBrowseDirectories() to get an instance of this object.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the default (report only) Apply Template directory.Gets the default browse chart templates directory.Gets the default browse CSS direcotory.Gets the default browse data registry directory for both report and chartGets the default browse data source (text file) directory for both report and chart.Gets the default browse data source (xml file) directory for both report and chart.Gets the default browse Font Mapping directory.Gets the default browse Font Mapping import/export directory.Gets the default browse hyperlink directory for reports.Gets the default browse global format directory for reportsGets the default browse images/background images directory.Gets the default browse logo images files directory.Gets the Organizer's Css Files export directory for generating image/report URLs.Gets the Organizer's default browse insert files directory.Gets the Organizer's Schedule/Archive browse directory for charts.Gets the Organizer's Schedule/Archive browsee directory for reports.Gets the Organizer's Update Directory browse directory.Gets the Organizer's Url Mapping browse directory.Gets the default browse query export directory for reports.Gets the default browse report drill down templates directory.Gets the default browse sub-report templates directory.Gets the default browse rich text files directory.Gets the default browse rich text (Insert) Images files directory.Gets the Scheduler's browse report (RPT,XML) exports directory.Gets the default browse report templates directory.voidsetAllDirectories(String dir) This is a convenience method that simply calls all other setXXX methods with the DIR argument.voidSets the default (report only) Apply Template directory.voidSets the default browse chart templates directory.voidSets the default browse CSS direcotory.voidSets the default browse data registry directory for both report and chartvoidSets the default browse data source (text file) directory for both report and chart.voidSets the default browse data source (xml file) directory for both report and chart.voidSets the default browse Font Mapping directory.voidSets the default browse Font Mapping import/export directory.voidSets the default browse hyperlink directory for reports.voidsetGlobalFormatDir(String dir) Sets the default browse global format directory for reportsvoidsetImagesDir(String dir) Sets the default browse images/background images directory.voidsetLogoImagesDir(String dir) Sets the default browse logo images files directory.voidsetOrganizerCssDir(String dir) Sets the Organizer's Css Files export directory for generating image/report URLs.voidSets the Organizer's default browse insert files directory.voidSets the Organizer's Schedule/Archive browse directory for charts.voidSets the Organizer's Schedule/Archive browsee directory for reports.voidSets the Organizer's Update Directory browse directory.voidSets the Organizer's Url Mapping browse directory.voidsetQueryExportDir(String dir) Sets the default browse query export directory for reports.voidSets the default browse report drill down templates directory.voidSets the default browse report templates directory.voidsetRichTextDir(String dir) Sets the default browse rich text files directory.voidSets the default browse rich text (Insert) Images files directory.voidSets the Scheduler's browse report (RPT,XML) exports directory.voidSets the default browse sub-report templates directory.
-
Method Details
-
setAllDirectories
This is a convenience method that simply calls all other setXXX methods with the DIR argument. -
setReportTemplatesDirectory
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
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
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
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
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
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
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
Sets the default (report only) Apply Template directory. -
getApplyTemplateDir
String getApplyTemplateDir()Gets the default (report only) Apply Template directory. -
setImagesDir
Sets the default browse images/background images directory. -
getImagesDir
String getImagesDir()Gets the default browse images/background images directory. -
setRichTextDir
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
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
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
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
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
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
Sets the default browse global format directory for reports -
getGlobalFormatDir
String getGlobalFormatDir()Gets the default browse global format directory for reports -
setQueryExportDir
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
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
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
Sets the Organizer's Schedule/Archive browsee directory for reports. -
getOrganizerScheduleReportsDir
String getOrganizerScheduleReportsDir()Gets the Organizer's Schedule/Archive browsee directory for reports. -
setOrganizerScheduleChartsDir
Sets the Organizer's Schedule/Archive browse directory for charts. -
getOrganizerScheduleChartsDir
String getOrganizerScheduleChartsDir()Gets the Organizer's Schedule/Archive browse directory for charts. -
setOrganizerCssDir
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
Sets the Organizer's Url Mapping browse directory. -
getOrganizerUrlMappingDir
String getOrganizerUrlMappingDir()Gets the Organizer's Url Mapping browse directory. -
setOrganizerUpdateDirectoryDir
Sets the Organizer's Update Directory browse directory. -
getOrganizerUpdateDirectoryDir
String getOrganizerUpdateDirectoryDir()Gets the Organizer's Update Directory browse directory. -
setSchedulerReportExportsDir
Sets the Scheduler's browse report (RPT,XML) exports directory. -
getSchedulerReportExportsDir
String getSchedulerReportExportsDir()Gets the Scheduler's browse report (RPT,XML) exports directory.
-