com.qoppa.pdfNotes.panels
Interface PageViewPanelNotes

All Superinterfaces:
PageViewPanel
All Known Subinterfaces:
PageViewPanelEditor

public interface PageViewPanelNotes
extends 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
 PageViewContextMenuNotes getPageContextMenuNotes()
          The PopupMenu displayed when text selection tool is not active.
 TextSelectionContextMenuNotes getTextSelectionContextMenuNotes()
          The PopupMenu displayed when text selection tool is active.
 
Methods inherited from interface com.qoppa.pdfViewer.panels.PageViewPanel
getPageContextMenu, getTextSelectionContextMenu
 

Method Detail

getPageContextMenuNotes

PageViewContextMenuNotes getPageContextMenuNotes()
The PopupMenu displayed when text selection tool is not active. By default, the menu is composed of: StickyNoteMenuItem, PencilMenuItem, a JMenu divider, HandToolMenuItem, TextSelectionMenuItem, and ZoomToolMenuItem.

Note that this method returns the same member variable as getPageContextMenu(), but this method specifies that the return implements PageViewContextMenuNotes

Returns:
The PageViewContextMenuNotes.

getTextSelectionContextMenuNotes

TextSelectionContextMenuNotes getTextSelectionContextMenuNotes()
The PopupMenu displayed when text selection tool is active. By default, the menu is composed of: CopyMenuItem, a JMenu Divider, HighlightMenuItem, UnderLineMenuItem, CrossoutMenuItem, SquigglyMenuItem, ReplacementMenuItem, InsertMenuItem, a JMenu Divider, inkMenuItem, OpenLinkMenuItem, a JMenu divider, StickyNoteMenuItem, PencilMenuItem, a JMenu divider, andToolMenuItem, TextSelectionMenuItem, and ZoomToolMenuItem.

Note that this method returns the same member variable as getTextSelectionContextMenu(), but this method specifies that the return implements TextSelectionContextMenuNotes

Returns:
The TextSelectionContextMenuNotes