com.qoppa.pdfNotes.panels
Interface CommentPanelNotes

All Superinterfaces:
CommentPanel, PDFPanel

public interface CommentPanelNotes
extends CommentPanel


Field Summary
 
Fields inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE
 
Method Summary
 AnnotationContextMenu getAnnotContextMenu()
          The PopupMenu displayed for an Annotation.
 JButton getjbCheckMark()
          Get a reference to the checkmark button in the panel's toolbar.
 JButton getjbDelete()
          Get a reference to the delete annotation button in the panel's toolbar.
 JButton getjbReview()
          Get a reference to the review button in the panel's toolbar.
 JCheckBox getjcbHideComments()
          Get a reference to the hide comments checkbox in the panel's toolbar.
 
Methods inherited from interface com.qoppa.pdfViewer.panels.CommentPanel
collapseAll, expandAll, getCommentTree, getjbCollapseAll, getjbExpandAll, getjbExport, getjbPrint, getjbSearchNext, getjbSearchOptions, getjbSearchPrevious, getjtfSearchField, getToolbar, print
 
Methods inherited from interface com.qoppa.pdfViewer.panels.PDFPanel
getActivePolicy, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible
 

Method Detail

getAnnotContextMenu

AnnotationContextMenu getAnnotContextMenu()
The PopupMenu displayed for an Annotation. This is the menu is triggered by right-clicking on an AnnotCompenent in the content pane or by right-clicking on a row in the AnnotTree.

Returns:
The AnnotationContextMenu.

getjbDelete

JButton getjbDelete()
Get a reference to the delete annotation button in the panel's toolbar.

Returns:
Reference to the delete JButton in the toolbar.

getjbReview

JButton getjbReview()
Get a reference to the review button in the panel's toolbar.

Returns:
Reference to the review JButton in the toolbar.

getjbCheckMark

JButton getjbCheckMark()
Get a reference to the checkmark button in the panel's toolbar.

Returns:
Reference to the check mark JButton in the toolbar.

getjcbHideComments

JCheckBox getjcbHideComments()
Get a reference to the hide comments checkbox in the panel's toolbar.

Returns:
Reference to the hide comments JCheckBox in the toolbar.