com.qoppa.pdfViewer.panels
Interface PageViewPanel

All Known Subinterfaces:
PageViewPanelEditor, PageViewPanelNotes

public interface PageViewPanel

Interface to the panel that contains the page views. Also provides methods to retrieve and modify the context menus which are displayed right click events on this panel.

Author:
Qoppa Software

Method Summary
 PageViewContextMenu getPageContextMenu()
          The PopupMenu displayed when text selection tool is not active.
 TextSelectionContextMenu getTextSelectionContextMenu()
          The PopupMenu displayed when text selection tool is active.
 

Method Detail

getPageContextMenu

PageViewContextMenu getPageContextMenu()
The PopupMenu displayed when text selection tool is not active. By default, the menu is composed of: HandToolMenuItem, TextSelectionMenuItem, and ZoomToolMenuItem

Returns:
The PageViewContextMenu.

getTextSelectionContextMenu

TextSelectionContextMenu getTextSelectionContextMenu()
The PopupMenu displayed when text selection tool is active. By default, the menu is composed of: CopyMenuItem, a JMenu divider, HandToolMenuItem, TextSelectionMenuItem, and ZoomToolMenuItem

Returns:
The TextSelectionContextMenu