|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.report.modules.gui.base.AbstractExportPlugin
org.jfree.report.modules.gui.print.PageSetupPlugin
An export control plugin that handles the setup of page format objects for the report.
| Nested Class Summary |
| Nested classes inherited from class org.jfree.report.modules.gui.base.AbstractExportPlugin |
AbstractExportPlugin.DefaultExportTaskListener |
| Field Summary | |
static java.lang.String |
BASE_RESOURCE_CLASS
The base resource class. |
| Constructor Summary | |
PageSetupPlugin()
Default Constructor. |
|
| Method Summary | |
javax.swing.KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the export action. |
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. |
protected java.util.ResourceBundle |
getResources()
Returns the resourcebundle to be used to translate strings into localized content. |
java.lang.String |
getShortDescription()
Returns the short description for the export action. |
javax.swing.Icon |
getSmallIcon()
Returns the small icon for the export action. |
void |
init(PreviewProxy proxy)
Initializes the plugin to work with the given PreviewProxy. |
boolean |
isAddToToolbar()
Returns true if the action should be added to the toolbar, and false otherwise. |
boolean |
isControlPlugin()
Returns true, when this export plugin is used to configure the report or an other plugin. |
boolean |
isSeparated()
Returns true if the action is separated, and false otherwise. |
boolean |
performExport(JFreeReport report)
Exports a report. |
protected void |
updateReportPane()
|
| Methods inherited from class org.jfree.report.modules.gui.base.AbstractExportPlugin |
addPropertyChangeListener, addPropertyChangeListener, createProgressDialog, defineWorkerPool, delegateTask, getBase, getFailureDescription, getPropertyChangeSupport, getProxy, handleExportResult, handleExportResult, isEnabled, removePropertyChangeListener, setEnabled, updateStatusText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String BASE_RESOURCE_CLASS
| Constructor Detail |
public PageSetupPlugin()
| Method Detail |
public void init(PreviewProxy proxy)
init in interface ExportPlugininit in class AbstractExportPluginproxy - the preview proxy that created this plugin.
java.lang.NullPointerException - if the proxy or the proxy's basecomponent
is null.public boolean isControlPlugin()
isControlPlugin in interface ExportPluginisControlPlugin in class AbstractExportPluginpublic boolean performExport(JFreeReport report)
report - the report.
public 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()
protected java.util.ResourceBundle getResources()
public boolean isAddToToolbar()
isAddToToolbar in interface ExportPluginisAddToToolbar in class AbstractExportPluginpublic boolean isSeparated()
isSeparated in interface ExportPluginisSeparated in class AbstractExportPluginprotected void updateReportPane()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||