|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocator.Locator
The locator is responsible for requesting current PDFs from all registered plugins and calculate the compound PDF out of it.
| Constructor Summary | |
Locator()
|
|
| Method Summary | |
void |
callback(PDF pdf,
int handle)
implementation of the callback handler. |
CompoundPdf |
getCompoundPdf()
triggers the plugins to create a current PDF and returns the compound PDF. |
void |
loadPlugin(java.lang.String name)
load a new plugin. |
void |
unloadPlugin(java.lang.String name)
unload a plugin. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Locator()
| Method Detail |
public void loadPlugin(java.lang.String name)
name - the name of the plugin classpublic void unloadPlugin(java.lang.String name)
name - the name of the plugin class
public void callback(PDF pdf,
int handle)
callback in interface PDFDrainpdf - the plugins PDFhandle - the handle which was passed to the plugin when triggered to generate a new PDFpublic CompoundPdf getCompoundPdf()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||