Package com.qoppa.pdfViewer.actions

Classes that represent user actions.

See:
          Description

Interface Summary
IPDFActionHandler Interface to handle actions, when they are executed.
 

Class Summary
Action Abstract class to define a generic actions.
GotoPageAction Action that tells the viewer to go to a page in the current document.
GotoPageRemoteAction Action that tells the viewer to go to a page in a different PDF document.
HideShowAction Action that tells the viewer to show or hide a field.
JSAction  
LaunchAction Action that tells the viewer to go to 'launch' a given file.
NamedAction Actions in a document defined by "name".
NullAction NO-OP Action
ResetForm Action that tells the viewer to reset the fields in the form (if there is any) to their default values.
SetOCGState Action that changes an optional content group's (layer) visibility.
SetOCGState.Sequence Class that contains a list of layers and an action for that list.
TriggerActions Utility class to encapsulate a list of actions triggered by different mouse events such as mouse entered, mouse exited, mouse up and mouse down.
URLAction Action that tells the viewer to open a web page from the URL.
 

Package com.qoppa.pdfViewer.actions Description

Classes that represent user actions.