Package com.qoppa.pdfViewer.actions

Classes that represent user actions.

See:
          Description

Interface Summary
IPDFActionHandler  
 

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.
LaunchAction Action that tells the viewer to go to 'launch' a given file.
NamedAction  
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  
SetOCGState.Sequence  
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.