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

Field Summary
 
Fields inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE
 
Method Summary
 void enableEditing(boolean enable)
          Turn thumb pane editing on or off.
 ThumbnailContextMenu getThumbnailContextMenu()
          Returns the Thumbnail Panel PopupMenu.
 
Methods inherited from interface com.qoppa.pdfViewer.panels.ThumbnailPanel
getjbOptions, getjpmOptionsMenu, getThumbList, setThumbnailSizes
 
Methods inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
getActivePolicy, getToolbar, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible
 

Method Detail

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.