|
||||||||||
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.print.PrintingPlugin
public class PrintingPlugin
An export plugin for the java.awt.print
API.
Field Summary | |
---|---|
static String |
BASE_RESOURCE_CLASS
The base resource class. |
static String |
PROGRESS_DIALOG_ENABLE_KEY
|
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin |
---|
ENABLED_PROPERTY |
Constructor Summary | |
---|---|
PrintingPlugin()
DefaultConstructor. |
Method Summary | |
---|---|
KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the export action. |
String |
getDisplayName()
Returns the display name for the export action. |
Icon |
getLargeIcon()
Returns the large icon for the export action. |
Integer |
getMnemonicKey()
Returns the mnemonic key code. |
String |
getShortDescription()
Returns the short description for the export action. |
Icon |
getSmallIcon()
Returns the small icon for the export action. |
boolean |
initialize(SwingGuiContext context)
|
boolean |
performExport(MasterReport report)
Exports a report. |
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
public static final String PROGRESS_DIALOG_ENABLE_KEY
Constructor Detail |
---|
public PrintingPlugin()
Method Detail |
---|
public boolean initialize(SwingGuiContext context)
initialize
in interface ActionPlugin
initialize
in class AbstractExportActionPlugin
public boolean performExport(MasterReport report)
report
- the report.
public String getDisplayName()
public String getShortDescription()
public Icon getSmallIcon()
public Icon getLargeIcon()
public KeyStroke getAcceleratorKey()
public Integer getMnemonicKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |