|
||||||||||
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.PrintingPlugin
An export plugin for the java.awt.print
API.
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. |
static java.lang.String |
PROGRESS_DIALOG_ENABLE_KEY
|
Constructor Summary | |
PrintingPlugin()
DefaultConstructor. |
Method Summary | |
protected ReportProgressDialog |
createProgressDialog()
Creates the progress dialog that monitors the export process. |
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 used to translate strings. |
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 |
isAddToToolbar()
Returns true if the action should be added to the toolbar, and false otherwise. |
boolean |
isSeparated()
Returns true if the action is separated, and false otherwise. |
boolean |
performExport(JFreeReport report)
Exports a report. |
Methods inherited from class org.jfree.report.modules.gui.base.AbstractExportPlugin |
addPropertyChangeListener, addPropertyChangeListener, defineWorkerPool, delegateTask, getBase, getFailureDescription, getPropertyChangeSupport, getProxy, handleExportResult, handleExportResult, init, isControlPlugin, 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
public static final java.lang.String PROGRESS_DIALOG_ENABLE_KEY
Constructor Detail |
public PrintingPlugin()
Method Detail |
protected java.util.ResourceBundle getResources()
protected ReportProgressDialog createProgressDialog()
createProgressDialog
in class AbstractExportPlugin
public 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()
public boolean isAddToToolbar()
isAddToToolbar
in interface ExportPlugin
isAddToToolbar
in class AbstractExportPlugin
public boolean isSeparated()
isSeparated
in interface ExportPlugin
isSeparated
in class AbstractExportPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |