com.qoppa.pdfNotes.panels
Interface PageViewPanelNotes
- All Superinterfaces:
- PageViewPanel
- public interface PageViewPanelNotes
- extends PageViewPanel
getPageContextMenuNotes
public 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
public 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