public interface CommentPanel extends PDFPanel
ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE
Modifier and Type | Method and Description |
---|---|
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.
|
JMenuItem |
getJmiExportText()
Get a reference to the export comments as text menu item
|
JMenuItem |
getJmiExportXML()
Get a reference to the export comments as XML menu item
|
JPopupMenu |
getJpmExport()
Get a reference to the export comments pop up menu
|
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
|
getActivePolicy, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible
PanelToolbar getToolbar()
getToolbar
in interface PDFPanel
void print()
void expandAll()
void collapseAll()
JTree getCommentTree()
JButton getjbExpandAll()
JButton getjbCollapseAll()
AbstractButton getjbPrint()
JButton getjbExport()
JButton getjbSearchOptions()
JButton getjbSearchPrevious()
JButton getjbSearchNext()
JTextField getjtfSearchField()
JPopupMenu getJpmExport()
JMenuItem getJmiExportXML()
JMenuItem getJmiExportText()