org.jpedal.external
Class ExternalHandlers
java.lang.Object
org.jpedal.external.ExternalHandlers
public class ExternalHandlers
- extends java.lang.Object
|
Method Summary |
void |
addExternalHandler(java.lang.Object newHandler,
int type)
allows external helper classes to be added to JPedal to alter default functionality -
not part of the API and should be used in conjunction with IDRsolutions only
if Options.FormsActionHandler is the type then the newHandler should be
of the form org.jpedal.objects.acroforms.ActionHandler |
void |
addHandlers(org.jpedal.parser.PdfStreamDecoder streamDecoder)
|
java.lang.Object |
getExternalHandler(int type)
allows external helper classes to be accessed if needed - also allows user to access SwingGUI if running
full Viewer package - not all Options available to get - please contact IDRsolutions if you are looking to
use |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throwMissingCIDError
public static boolean throwMissingCIDError
ExternalHandlers
public ExternalHandlers()
addHandlers
public void addHandlers(org.jpedal.parser.PdfStreamDecoder streamDecoder)
addExternalHandler
public void addExternalHandler(java.lang.Object newHandler,
int type)
- allows external helper classes to be added to JPedal to alter default functionality -
not part of the API and should be used in conjunction with IDRsolutions only
if Options.FormsActionHandler is the type then the newHandler should be
of the form org.jpedal.objects.acroforms.ActionHandler
- Parameters:
newHandler - type -
getExternalHandler
public java.lang.Object getExternalHandler(int type)
- allows external helper classes to be accessed if needed - also allows user to access SwingGUI if running
full Viewer package - not all Options available to get - please contact IDRsolutions if you are looking to
use
- Parameters:
type -
JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support