| Package | Description | 
|---|---|
| com.qoppa.pdfViewer | 
 PDFViewerBean and related classes. 
 | 
| com.qoppa.pdfViewer.contextmenus | 
 Classes representing right-click popup menus. 
 | 
| com.qoppa.pdfViewer.history | 
 Interfaces to navigation history API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IPDFOpener.openFile(PDFViewerBean viewerBean)
This method gets called by the PDFViewerBean whenever the user presses the folder open button on the toolbar. 
 | 
void | 
PDFViewerBean.openFile(PDFViewerBean viewerBean)
Initiates the file open process. 
 | 
| Constructor and Description | 
|---|
SignatureContextMenu(PDFViewerBean bean)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryListener.afterDocumentSet(PDFViewerBean viewerBean)
This method is called after a document is loaded in the PDFViewerBean. 
 | 
void | 
HistoryListener.beforeDocumentSet(PDFViewerBean viewerBean)
This method is called before a document is loaded in the PDFViewerBean. 
 | 
void | 
HistoryListener.locationChanged(PDFViewerBean viewerBean,
               boolean newView)
This method is called when the location in a document is changed including when
 a new view is added to the  
LocationHistory. | 
void | 
HistoryListener.nextDocument(PDFViewerBean viewerBean)
This method is called when a request has been made to go to the next Location, but 
 there are no subsequent views in the  
LocationHistory of the current document. | 
void | 
HistoryListener.previousDocument(PDFViewerBean viewerBean)
This method is called when a request has been made to go to the previous location, but
 there are no previous views in the  
LocationHistory of the current document. |