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()
Deprecated.
replaced with
getjbOptions() |
JButton |
getjbFilter()
Returns a reference to the Filter button
|
JButton |
getjbOptions()
Returns a reference to the Options button
|
AbstractButton |
getjbPrint()
Deprecated.
replaced with
getJmiPrint() |
JToggleButton |
getjbSearch()
Get a reference to the Search button.
|
JButton |
getjbSearchNext()
Returns a reference to the next search result button.
|
JButton |
getjbSearchOptions()
Returns a reference to the Search Options button
|
JButton |
getjbSearchPrevious()
Returns a reference to previous search result button.
|
JLabel |
getjlSearchResultsCount()
Returns a reference to the search results count label.
|
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
|
JMenuItem |
getJmiPrint()
Returns a reference to the Print menu item
|
JPopupMenu |
getJpmExport()
Deprecated.
replaced with
getJpmOptions() |
JPopupMenu |
getJpmOptions()
Get a reference to the options 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, setTouchEnabled
PanelToolbar getToolbar()
getToolbar
in interface PDFPanel
void print()
void expandAll()
void collapseAll()
JTree getCommentTree()
JButton getjbExpandAll()
JButton getjbCollapseAll()
AbstractButton getjbPrint()
getJmiPrint()
JMenuItem getJmiPrint()
JButton getjbExport()
getjbOptions()
JButton getjbOptions()
JPopupMenu getJpmOptions()
JToggleButton getjbSearch()
JButton getjbSearchOptions()
JButton getjbSearchPrevious()
JButton getjbSearchNext()
JLabel getjlSearchResultsCount()
JTextField getjtfSearchField()
JPopupMenu getJpmExport()
getJpmOptions()
JMenuItem getJmiExportXML()
JMenuItem getJmiExportText()
JButton getjbFilter()