|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractExportActionPlugin
org.pentaho.reporting.engine.classic.core.modules.gui.xls.ExcelExportPlugin
public class ExcelExportPlugin
Encapsulates the ExcelExportDialog into a separate plugin.
| Field Summary | |
|---|---|
static String |
BASE_RESOURCE_CLASS
The base resource class. |
| Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin |
|---|
ENABLED_PROPERTY |
| Constructor Summary | |
|---|---|
ExcelExportPlugin()
DefaultConstructor. |
|
| Method Summary | |
|---|---|
KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the action associated with the dialog. |
String |
getDisplayName()
Returns the display name. |
Icon |
getLargeIcon()
Returns the large icon for the dialog. |
Integer |
getMnemonicKey()
Returns the mnemonic key code for the action associated with the dialog. |
String |
getShortDescription()
Returns a short description for the Excel dialog. |
Icon |
getSmallIcon()
Returns the small icon for the dialog. |
boolean |
initialize(SwingGuiContext context)
|
boolean |
performExport(MasterReport report)
Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file. |
| Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractExportActionPlugin |
|---|
deinitialize, performShowExportDialog |
| Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin |
|---|
addPropertyChangeListener, addPropertyChangeListener, getBaseResources, getConfig, getContext, getIconTheme, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPlugin |
|---|
addPropertyChangeListener, addPropertyChangeListener, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener |
| Field Detail |
|---|
public static final String BASE_RESOURCE_CLASS
| Constructor Detail |
|---|
public ExcelExportPlugin()
| Method Detail |
|---|
public boolean initialize(SwingGuiContext context)
initialize in interface ActionPlugininitialize in class AbstractExportActionPluginpublic boolean performExport(MasterReport report)
report - the report being processed.
public String getShortDescription()
public Icon getSmallIcon()
public Icon getLargeIcon()
public KeyStroke getAcceleratorKey()
public Integer getMnemonicKey()
public String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||