|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.preview.AbstractExportPlugin
com.jrefinery.report.preview.ExcelExportPlugin
Field Summary | |
static java.lang.String |
BASE_RESOURCE_CLASS
The base resource class. |
Constructor Summary | |
ExcelExportPlugin()
|
Method Summary | |
javax.swing.KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the action associated with the dialog. |
java.lang.String |
getDisplayName()
Returns the display name. |
javax.swing.Icon |
getLargeIcon()
Returns the large icon for the dialog. |
java.lang.Integer |
getMnemonicKey()
Returns the mnemonic key code for the action associated with the dialog. |
java.lang.String |
getShortDescription()
Returns a short description for the Excel dialog. |
javax.swing.Icon |
getSmallIcon()
Returns the small icon for the dialog. |
void |
init(PreviewProxy proxy)
Initializes the plugin to work with the given PreviewProxy. |
boolean |
isSeparated()
Returns false . |
boolean |
performExport(JFreeReport report)
Shows this dialog and (if the dialog is confirmed) saves the complete report into an Excel file. |
Methods inherited from class com.jrefinery.report.preview.AbstractExportPlugin |
getBase, getFailureDescription, getProxy, isAddToToolbar, isControlPlugin |
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 ExcelExportPlugin()
Method Detail |
public void init(PreviewProxy proxy)
init
in interface ExportPlugin
init
in class AbstractExportPlugin
proxy
- public boolean performExport(JFreeReport report)
report
- the report being processed.
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 java.lang.String getDisplayName()
public boolean isSeparated()
false
.
isSeparated
in interface ExportPlugin
isSeparated
in class AbstractExportPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |