Uses of Class
org.faceless.pdf2.viewer2.ActionHandler

Packages that use ActionHandler
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of ActionHandler in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 with parameters of type ActionHandler
 void DocumentPanel.addActionHandler(ActionHandler actionhandler)
          Add a ActionHandler to this DocumentPanel.
 

Uses of ActionHandler in org.faceless.pdf2.viewer2.feature
 

Subclasses of ActionHandler in org.faceless.pdf2.viewer2.feature
 class FormImportDataActionHandler
          Create an action handler to deal with "FormImportData" PDFAction.
 class FormResetActionHandler
          Create a handler to handler "FormReset" actions.
 class FormSubmitActionHandler
          Create a handler to handler "FormSubmit" actions.
 class GenericNamedActionHandler
          Create an action handler to handle "Named" actions.
 class GoToActionHandler
          Create an action handler for "GoTo" actions and the named actions that move between pages.
 class ShowHideActionHandler
          Handles the "ShowWidget" and "HideWidget" types of PDFAction.
 class SoundActionHandler
          Create a handler to handler "Sound" actions.
 class URLActionHandler
          Create an action handler for "URL" actions, which will attempt to open a URL in the system web browser.
 



Copyright © 2001-2013 Big Faceless Organization