public interface PageViewPanelNotes extends PageViewPanel
Modifier and Type | Method and Description |
---|---|
PageViewContextMenuNotes |
getPageContextMenuNotes()
The PopupMenu displayed when text selection tool is not active.
|
TextSelectionContextMenuNotes |
getTextSelectionContextMenuNotes()
The PopupMenu displayed when text selection tool is active.
|
getPageContextMenu, getTextSelectionContextMenu
PageViewContextMenuNotes getPageContextMenuNotes()
getPageContextMenu()
, but this
method specifies that the return implements PageViewContextMenuNotes
TextSelectionContextMenuNotes getTextSelectionContextMenuNotes()
getTextSelectionContextMenu()
, but this
method specifies that the return implements TextSelectionContextMenuNotes