|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.preview.AbstractExportPlugin
Constructor Summary | |
AbstractExportPlugin()
|
Method Summary | |
PreviewProxyBase |
getBase()
|
java.lang.String |
getFailureDescription()
Returns an error description for the last operation. |
PreviewProxy |
getProxy()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.jrefinery.report.preview.ExportPlugin |
getAcceleratorKey, getDisplayName, getLargeIcon, getMnemonicKey, getShortDescription, getSmallIcon, performExport |
Constructor Detail |
public AbstractExportPlugin()
Method Detail |
public boolean isSeparated()
isSeparated
in interface ExportPlugin
public java.lang.String getFailureDescription()
getFailureDescription
in interface ExportPlugin
public boolean isControlPlugin()
isControlPlugin
in interface ExportPlugin
public void init(PreviewProxy proxy)
init
in interface ExportPlugin
proxy
- public PreviewProxyBase getBase()
public PreviewProxy getProxy()
public boolean isAddToToolbar()
isAddToToolbar
in interface ExportPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |