JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.external
Class ExternalHandlers

java.lang.Object
  extended by org.jpedal.external.ExternalHandlers

public class ExternalHandlers
extends java.lang.Object


Field Summary
static boolean throwMissingCIDError
           
 
Constructor Summary
ExternalHandlers()
           
 
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
 

Field Detail

throwMissingCIDError

public static boolean throwMissingCIDError
Constructor Detail

ExternalHandlers

public ExternalHandlers()
Method Detail

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

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support