| Package | Description | 
|---|---|
| com.qoppa.pdf | General classes used by different objects throughout the library. | 
| com.qoppa.pdfNotes | PDFNotesBean, toolbar and related classes. | 
| com.qoppa.pdfViewer | PDFViewerBean and related classes. | 
| com.qoppa.pdfViewer.actions | Classes that represent user actions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Bookmark. addAction(Action action)Adds an Action to this Bookmark | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDFNotesBean. handleAction(Action action)This method overrides the PDFViewerBean handleAction to take care
 of actions that are specific to jPDFNotes, such as saving the document. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDFViewerBean. handleAction(Action action)This method will handle PDF actions initiated by a click on
 a link. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GotoPageActionA GotoPageAction can be used to position the display a page in a PDF
 document. | 
| class  | GotoPageRemoteActionAction that tells the viewer to go to a page in
 a different PDF document. | 
| class  | HideShowActionAction that tells the viewer to show or hide fields. | 
| class  | JSActionAction that executes a JavaScript. | 
| class  | LaunchActionAction that tells the viewer to go to 'launch' a
 given file. | 
| class  | NamedActionActions in a document defined by "name". | 
| class  | NullActionNO-OP Action | 
| class  | ResetFormAction that tells the viewer to reset the fields in the form (if there is any)
 to their default values. | 
| class  | SetOCGStateAction that changes an optional content group's (layer) visibility. | 
| class  | SubmitFormActionAction that submits a form. | 
| class  | URLActionAction that tells the viewer to open a web page
 from the URL. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IPDFActionHandler. handleAction(Action action)Handle an action |