org.jfree.report.modules.gui.swing.html

Class HtmlZipExportActionPlugin

public class HtmlZipExportActionPlugin extends AbstractExportActionPlugin

Creation-Date: 30.11.2006, 12:19:00

Author: Thomas Morgner

Constructor Summary
HtmlZipExportActionPlugin()
Method Summary
KeyStrokegetAcceleratorKey()
Returns the accelerator key for the export action.
protected StringgetConfigurationPrefix()
StringgetDisplayName()
Returns the display name for the export action.
IcongetLargeIcon()
Returns the large icon for the export action.
IntegergetMnemonicKey()
Returns the mnemonic key code.
StringgetShortDescription()
Returns the short description for the export action.
IcongetSmallIcon()
Returns the small icon for the export action.
booleaninitialize(SwingGuiContext context)
booleanperformExport(ReportJob job)
Exports a report.

Constructor Detail

HtmlZipExportActionPlugin

public HtmlZipExportActionPlugin()

Method Detail

getAcceleratorKey

public KeyStroke getAcceleratorKey()
Returns the accelerator key for the export action.

Returns: The accelerator key.

getConfigurationPrefix

protected String getConfigurationPrefix()

getDisplayName

public String getDisplayName()
Returns the display name for the export action.

Returns: The display name.

getLargeIcon

public Icon getLargeIcon()
Returns the large icon for the export action.

Returns: The icon.

getMnemonicKey

public Integer getMnemonicKey()
Returns the mnemonic key code.

Returns: The code.

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.

initialize

public boolean initialize(SwingGuiContext context)

performExport

public boolean performExport(ReportJob job)
Exports a report.

Parameters: job the report.

Returns: A boolean.