Uses of Interface
com.qoppa.pdfViewer.IContextMenu

Packages that use IContextMenu
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of IContextMenu in com.qoppa.pdfNotes
 

Classes in com.qoppa.pdfNotes that implement IContextMenu
 class NotesContextMenu
          This class is used to manage the context menu shown when the user right-clicks on the content pane.
 

Uses of IContextMenu in com.qoppa.pdfViewer
 

Classes in com.qoppa.pdfViewer that implement IContextMenu
 class ViewerContextMenu
          This is the popup menu that is shown when a user right-clicks on the content pane of the viewer.
 

Methods in com.qoppa.pdfViewer that return IContextMenu
 IContextMenu PDFViewerBean.getSelectTextContextMenu()
          Returns the IContextMenu that allows the host application to customize the context menu that is displayed using the Text Selection Tool.