com.qoppa.pdfNotes.panels
Interface ThumbnailPanelNotes
- All Superinterfaces:
- PDFPanel, ThumbnailPanel
public interface ThumbnailPanelNotes
- extends ThumbnailPanel
Interface to configure the page thumbnail panel. This class extends jPDFViewer's Thumbnail panel
to be able to configure editing functions available through the thumbnail panel, such as deleting or
moving pages.
- Author:
- Qoppa Software
getThumbnailContextMenu
ThumbnailContextMenu getThumbnailContextMenu()
- Returns the Thumbnail Panel PopupMenu. This is the menu triggered by right-clicking on page Thumbnail
in the Thumbnail Panel.
- Returns:
- The ThumbnailContextMenu.
enableEditing
void enableEditing(boolean enable)
- Turn thumb pane editing on or off. Thumb pane editing is implemented using a context
menu on the page thumbnails pane as well as drag-n-drop of pages. Options in the context
menu include moving pages, deleting pages and others.
- Parameters:
enable - Flag indicating whether to enable the editing.