com.qoppa.pdfViewer.panels
Interface CommentPanel


public interface CommentPanel

Interface to the panel that shows the annotations / comments in the document.

Author:
Qoppa Software

Method Summary
 void collapseAll()
          Collapse all the leafs in the comments tree.
 void expandAll()
          Expand all the leafs in the comments tree.
 JTree getCommentTree()
          Returns a reference to the JTree object that holds the list of comments
 JButton getjbCollapseAll()
          Returns a reference to the Collapse All button
 JButton getjbExpandAll()
          Returns a reference to the Expand All button
 JButton getjbPrint()
          Returns a reference to the Print button
 PanelToolbar getToolbar()
          Returns a reference to this panel's toolbar.
 void print()
          Prints the comments tree
 

Method Detail

getToolbar

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

Returns:
The panel toolbar

print

public void print()
Prints the comments tree


expandAll

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


collapseAll

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


getCommentTree

public JTree getCommentTree()
Returns a reference to the JTree object that holds the list of comments

Returns:
The comment tree

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:
Reference to the collapse all button

getjbPrint

public JButton getjbPrint()
Returns a reference to the Print button

Returns:
Reference to the print button