Class PrintingPlugin

    • Constructor Detail

      • PrintingPlugin

        public PrintingPlugin()
        DefaultConstructor.
    • Method Detail

      • getResources

        protected org.pentaho.reporting.libraries.base.util.ResourceBundleSupport getResources()
        Returns the resourcebundle used to translate strings.
        Returns:
        the resourcebundle.
      • performExport

        public boolean performExport​(MasterReport report)
        Exports a report.
        Parameters:
        report - the report.
        Returns:
        true, if the export was successful, false otherwise.
      • getDisplayName

        public String getDisplayName()
        Returns the display name for the export action.
        Returns:
        The display name.
      • getShortDescription

        public String getShortDescription()
        Returns the short description for the export action.
        Returns:
        The short description.
      • getSmallIcon

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

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

        public KeyStroke getAcceleratorKey()
        Returns the accelerator key for the export action.
        Returns:
        The accelerator key.
      • getMnemonicKey

        public Integer getMnemonicKey()
        Returns the mnemonic key code.
        Returns:
        The code.