Uses of Class
com.qoppa.pdfViewer.contextmenus.TextSelectionContextMenu

Packages that use TextSelectionContextMenu
com.qoppa.pdfNotes.contextmenus Classes representing right-click popup menus. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
com.qoppa.pdfViewer.panels Interfaces to the helper panels, such as bookmarks and thumbnails. 
 

Uses of TextSelectionContextMenu in com.qoppa.pdfNotes.contextmenus
 

Subclasses of TextSelectionContextMenu in com.qoppa.pdfNotes.contextmenus
 class TextSelectionContextMenuNotes
          The TextSelectionContextMenuNotes represents the popup menu that is displayed when the user right clicks on the PageViewPanelNotes and the Text Selection Tool is active.
 

Uses of TextSelectionContextMenu in com.qoppa.pdfViewer
 

Methods in com.qoppa.pdfViewer that return TextSelectionContextMenu
 TextSelectionContextMenu PDFViewerBean.getSelectTextContextMenu()
          Deprecated. Use getPageViewPanel.getTextSelectionContextMenu()
 

Uses of TextSelectionContextMenu in com.qoppa.pdfViewer.panels
 

Methods in com.qoppa.pdfViewer.panels that return TextSelectionContextMenu
 TextSelectionContextMenu PageViewPanel.getTextSelectionContextMenu()
          The PopupMenu displayed when text selection tool is active.