com.qoppa.pdfViewer.panels
Interface CommentPanel

All Superinterfaces:
PDFPanel
All Known Subinterfaces:
CommentPanelNotes

public interface CommentPanel
extends PDFPanel

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

Author:
Qoppa Software

Field Summary
 
Fields inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE
 
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 getjbExport()
          Returns a reference to the Export button
 AbstractButton getjbPrint()
          Returns a reference to the Print button
 JButton getjbSearchNext()
          Returns a reference to the previous search result button.
 JButton getjbSearchOptions()
          Returns a reference to the Search Options button
 JButton getjbSearchPrevious()
          Returns a reference to next search result button.
 JTextField getjtfSearchField()
          Returns a reference to the search text fields.
 PanelToolbar getToolbar()
          Returns a reference to this panel's toolbar.
 void print()
          Prints the comments tree
 
Methods inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
getActivePolicy, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible
 

Method Detail

getToolbar

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

Specified by:
getToolbar in interface PDFPanel
Returns:
The panel toolbar

print

void print()
Prints the comments tree


expandAll

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


collapseAll

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


getCommentTree

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

Returns:
The comment tree

getjbExpandAll

JButton getjbExpandAll()
Returns a reference to the Expand All button

Returns:
Reference to the Expand All button

getjbCollapseAll

JButton getjbCollapseAll()
Returns a reference to the Collapse All button

Returns:
Reference to the collapse all button

getjbPrint

AbstractButton getjbPrint()
Returns a reference to the Print button

Returns:
Reference to the print button

getjbExport

JButton getjbExport()
Returns a reference to the Export button

Returns:
Reference to the Export button.

getjbSearchOptions

JButton getjbSearchOptions()
Returns a reference to the Search Options button

Returns:
Reference to the search options button

getjbSearchPrevious

JButton getjbSearchPrevious()
Returns a reference to next search result button.

Returns:
Reference to the search previous button

getjbSearchNext

JButton getjbSearchNext()
Returns a reference to the previous search result button.

Returns:
Reference to the search next button

getjtfSearchField

JTextField getjtfSearchField()
Returns a reference to the search text fields.

Returns:
Reference to the search text field