com.qoppa.pdfViewer.panels
Interface BookmarkPanel


public interface BookmarkPanel

Interface to the panel that shows the document outlines (known as bookmarks in the PDF specs).

Author:
Qoppa Software

Method Summary
 void collapseAll()
          Collapse all the leafs in the bookmarks tree.
 void expandAll()
          Expand all the leafs in the bookmarks tree.
 JTree getBookmarkTree()
          Returns a reference to the bookmark tree component.
 JButton getjbCollapseAll()
          Returns a reference to the collapse all button
 JButton getjbExpandAll()
          Returns a reference to the expand all button
 PanelToolbar getToolbar()
          Returns a reference to this panel's toolbar.
 

Method Detail

getBookmarkTree

public JTree getBookmarkTree()
Returns a reference to the bookmark tree component. The host application can use this to change the look of the tree.


expandAll

public void expandAll()
Expand all the leafs in the bookmarks tree.


collapseAll

public void collapseAll()
Collapse all the leafs in the bookmarks tree.


getToolbar

public PanelToolbar getToolbar()
Returns a reference to this panel's toolbar.

Returns:
The panel toolbar

getjbExpandAll

public JButton getjbExpandAll()
Returns a reference to the expand all button

Returns:
reference to the expand all button

getjbCollapseAll

public JButton getjbCollapseAll()
Returns a reference to the collapse all button

Returns:
A reference to the collapse all button