com.qoppa.pdfEditor.panels
Interface PageViewPanelEditor

All Superinterfaces:
PageViewPanel, PageViewPanelNotes

public interface PageViewPanelEditor
extends PageViewPanelNotes

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
 ContentEditContextMenu getContentEditContextMenu()
          The PopupMenu displayed when the edit content tool is active.
 
Methods inherited from interface com.qoppa.pdfNotes.panels.PageViewPanelNotes
getPageContextMenuNotes, getTextSelectionContextMenuNotes
 
Methods inherited from interface com.qoppa.pdfViewer.panels.PageViewPanel
getPageContextMenu, getTextSelectionContextMenu
 

Method Detail

getContentEditContextMenu

ContentEditContextMenu getContentEditContextMenu()
The PopupMenu displayed when the edit content tool is active.

Returns:
The TextSelectionContextMenuEditor