com.qoppa.pdfEditor.panels
Interface BookmarkPanelEditor

All Superinterfaces:
BookmarkPanel, PDFPanel

public interface BookmarkPanelEditor
extends BookmarkPanel

Interface to the panel that shows the document outlines (known as bookmarks in the PDF specs) with add and delete buttons

Author:
Qoppa Software

Field Summary
 
Fields inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE
 
Method Summary
 JButton getAddNewBookmarkButton()
          Returns a reference to the add bookmark button
 JButton getDeleteBookmarkButton()
          Returns a reference to the delete bookmark button
 
Methods inherited from interface com.qoppa.pdfViewer.panels.BookmarkPanel
collapseAll, expandAll, getBookmarkTree, getjbCollapseAll, getjbExpandAll, getjbExport, setToolTipDisplay
 
Methods inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
getActivePolicy, getToolbar, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible
 

Method Detail

getAddNewBookmarkButton

JButton getAddNewBookmarkButton()
Returns a reference to the add bookmark button


getDeleteBookmarkButton

JButton getDeleteBookmarkButton()
Returns a reference to the delete bookmark button