Class CSVTableExportPlugin

    • Constructor Detail

      • CSVTableExportPlugin

        public CSVTableExportPlugin()
        DefaultConstructor.
    • Method Detail

      • performExport

        public boolean performExport​(MasterReport report)
        Shows this dialog and (if the dialog is confirmed) saves the complete report into an comma separated values file.
        Parameters:
        report - the report being processed.
        Returns:
        true or false.
      • getResources

        protected org.pentaho.reporting.libraries.base.util.ResourceBundleSupport getResources()
        Returns the resourcebundle to be used to translate strings into localized content.
        Returns:
        the resourcebundle for the localization.
      • getDisplayName

        public String getDisplayName()
        Returns the display name for the CSV dialog.
        Returns:
        The name.
      • getShortDescription

        public String getShortDescription()
        Returns a short description for the CSV dialog.
        Returns:
        The description.
      • getSmallIcon

        public Icon getSmallIcon()
        Returns the small icon for the dialog.
        Returns:
        The icon.
      • getLargeIcon

        public Icon getLargeIcon()
        Returns the large icon for the dialog.
        Returns:
        The icon.
      • getAcceleratorKey

        public KeyStroke getAcceleratorKey()
        Returns the accelerator key for the action associated with the dialog.
        Returns:
        The key stroke.
      • getMnemonicKey

        public Integer getMnemonicKey()
        Returns the mnemonic key code for the action associated with the dialog.
        Returns:
        The key code.