public class PdfExportActionPlugin extends AbstractExportActionPlugin
BASE_RESOURCE_CLASS| Constructor and Description |
|---|
PdfExportActionPlugin() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the export action.
|
protected java.lang.String |
getConfigurationPrefix() |
java.lang.String |
getDisplayName()
Returns the display name for the export action.
|
javax.swing.Icon |
getLargeIcon()
Returns the large icon for the export action.
|
java.lang.Integer |
getMnemonicKey()
Returns the mnemonic key code.
|
java.lang.String |
getShortDescription()
Returns the short description for the export action.
|
javax.swing.Icon |
getSmallIcon()
Returns the small icon for the export action.
|
boolean |
initialize(SwingGuiContext context) |
boolean |
performExport(ReportJob job)
Exports a report.
|
createExportDialog, performShowExportDialogaddPropertyChangeListener, addPropertyChangeListener, createProgressDialog, getConfig, getContext, getFailureDescription, getIconTheme, getMenuOrder, getPropertyChangeSupport, getRole, getRolePreference, getStatusText, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener, setEnabled, setStatusTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isSeparated, removePropertyChangeListenerprotected java.lang.String getConfigurationPrefix()
getConfigurationPrefix in class AbstractActionPluginpublic boolean initialize(SwingGuiContext context)
initialize in interface ActionPlugininitialize in class AbstractActionPluginpublic java.lang.String getDisplayName()
public java.lang.String getShortDescription()
public javax.swing.Icon getSmallIcon()
public javax.swing.Icon getLargeIcon()
public javax.swing.KeyStroke getAcceleratorKey()
public java.lang.Integer getMnemonicKey()
public boolean performExport(ReportJob job)
job - the report.