Class HtmlFileExportActionPlugin

All Implemented Interfaces:
ActionPlugin, ExportActionPlugin

public class HtmlFileExportActionPlugin extends AbstractExportActionPlugin
Creation-Date: 30.11.2006, 12:19:00
Author:
Thomas Morgner
  • Constructor Details

    • HtmlFileExportActionPlugin

      public HtmlFileExportActionPlugin()
  • Method Details

    • getConfigurationPrefix

      protected String getConfigurationPrefix()
      Specified by:
      getConfigurationPrefix in class AbstractActionPlugin
    • initialize

      public boolean initialize(SwingGuiContext context)
      Specified by:
      initialize in interface ActionPlugin
      Overrides:
      initialize in class AbstractActionPlugin
    • 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.
    • performExport

      public boolean performExport(ReportJob job)
      Exports a report.
      Parameters:
      job - the report.
      Returns:
      A boolean.