Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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.HtmlFileExportActionPlugin
public class HtmlFileExportActionPlugin
extends AbstractExportActionPlugin
Field Summary |
Fields inherited from class org.jfree.report.modules.gui.swing.common.AbstractActionPlugin | |
BASE_RESOURCE_CLASS |
Constructor Summary | |
Method Summary | |
KeyStroke |
|
protected String | |
String |
|
Icon |
|
Integer |
|
String |
|
Icon |
|
boolean |
|
boolean |
|
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 , getConfigurationPrefix , getContext , getFailureDescription , getIconTheme , getMenuOrder , getPropertyChangeSupport , getRole , getRolePreference , getStatusText , getToolbarOrder , initialize , isAddToMenu , isAddToToolbar , isEnabled , isSeparated , removePropertyChangeListener , setEnabled , setStatusText |
public KeyStroke getAcceleratorKey()
Returns the accelerator key for the export action.
- Specified by:
- getAcceleratorKey in interface ActionPlugin
- Returns:
- The accelerator key.
protected String getConfigurationPrefix()
- Overrides:
- getConfigurationPrefix in interface AbstractActionPlugin
public String getDisplayName()
Returns the display name for the export action.
- Specified by:
- getDisplayName in interface ActionPlugin
- Returns:
- The display name.
public Icon getLargeIcon()
Returns the large icon for the export action.
- Specified by:
- getLargeIcon in interface ActionPlugin
- Returns:
- The icon.
public Integer getMnemonicKey()
Returns the mnemonic key code.
- Specified by:
- getMnemonicKey in interface ActionPlugin
- Returns:
- The code.
public String getShortDescription()
Returns the short description for the export action.
- Specified by:
- getShortDescription in interface ActionPlugin
- Returns:
- The short description.
public Icon getSmallIcon()
Returns the small icon for the export action.
- Specified by:
- getSmallIcon in interface ActionPlugin
- Returns:
- The icon.
public boolean initialize(SwingGuiContext context)
- Specified by:
- initialize in interface ActionPlugin
- Overrides:
- initialize in interface AbstractActionPlugin
public boolean performExport(ReportJob job)
Exports a report.
- Specified by:
- performExport in interface ExportActionPlugin
- Parameters:
- Returns:
- A boolean.