Class HtmlZipExportActionPlugin
java.lang.Object
org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
org.jfree.report.modules.gui.swing.common.AbstractExportActionPlugin
org.jfree.report.modules.gui.swing.html.HtmlZipExportActionPlugin
- All Implemented Interfaces:
ActionPlugin
,ExportActionPlugin
Creation-Date: 30.11.2006, 12:19:00
- Author:
- Thomas Morgner
-
Field Summary
Fields inherited from class org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
BASE_RESOURCE_CLASS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the accelerator key for the export action.protected String
Returns the display name for the export action.Returns the large icon for the export action.Returns the mnemonic key code.Returns the short description for the export action.Returns the small icon for the export action.boolean
initialize
(SwingGuiContext context) boolean
performExport
(ReportJob job) Exports a report.Methods inherited from class org.jfree.report.modules.gui.swing.common.AbstractExportActionPlugin
createExportDialog, performShowExportDialog
Methods inherited from class org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
addPropertyChangeListener, addPropertyChangeListener, createProgressDialog, getConfig, getContext, getFailureDescription, getIconTheme, getMenuOrder, getPropertyChangeSupport, getRole, getRolePreference, getStatusText, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener, setEnabled, setStatusText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jfree.report.modules.gui.swing.common.ActionPlugin
addPropertyChangeListener, addPropertyChangeListener, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isSeparated, removePropertyChangeListener
-
Constructor Details
-
HtmlZipExportActionPlugin
public HtmlZipExportActionPlugin()
-
-
Method Details
-
getConfigurationPrefix
- Specified by:
getConfigurationPrefix
in classAbstractActionPlugin
-
initialize
- Specified by:
initialize
in interfaceActionPlugin
- Overrides:
initialize
in classAbstractActionPlugin
-
getDisplayName
Returns the display name for the export action.- Returns:
- The display name.
-
getShortDescription
Returns the short description for the export action.- Returns:
- The short description.
-
getSmallIcon
Returns the small icon for the export action.- Returns:
- The icon.
-
getLargeIcon
Returns the large icon for the export action.- Returns:
- The icon.
-
getAcceleratorKey
Returns the accelerator key for the export action.- Returns:
- The accelerator key.
-
getMnemonicKey
Returns the mnemonic key code.- Returns:
- The code.
-
performExport
Exports a report.- Parameters:
job
- the report.- Returns:
- A boolean.
-