Uses of Class
com.qoppa.pdfViewer.actions.Action

Packages that use Action
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
com.qoppa.pdfViewer.actions Classes that represent user actions. 
 

Uses of Action in com.qoppa.pdf
 

Methods in com.qoppa.pdf with parameters of type Action
 void Bookmark.addAction(Action action)
          Adds an Action to this Bookmark
 

Uses of Action in com.qoppa.pdfViewer
 

Methods in com.qoppa.pdfViewer with parameters of type Action
 void PDFViewerBean.handleAction(Action action)
          This method will handle PDF actions initiated by a click on a link.
 

Uses of Action in com.qoppa.pdfViewer.actions
 

Subclasses of Action in com.qoppa.pdfViewer.actions
 class GotoPageAction
          Action that tells the viewer to go to a page in the current document.
 class GotoPageRemoteAction
          Action that tells the viewer to go to a page in a different PDF document.
 class HideShowAction
          Action that tells the viewer to show or hide a field.
 class LaunchAction
          Action that tells the viewer to go to 'launch' a given file.
 class NamedAction
           
 class NullAction
          NO-OP Action
 class ResetForm
          Action that tells the viewer to reset the fields in the form (if there is any) to their default values.
 class SetOCGState
           
 class URLAction
          Action that tells the viewer to open a web page from the URL.
 

Methods in com.qoppa.pdfViewer.actions with parameters of type Action
 void IPDFActionHandler.handleAction(Action action)