ALWAYS_ACTIVE, DEFAULT_POLICY, NEVER_ACTIVE| Modifier and Type | Method and Description |
|---|---|
void |
collapseAll()
Collapse all the leafs in the bookmarks tree.
|
void |
expandAll()
Expand all the leafs in the bookmarks tree.
|
void |
expandCurrentBookmark()
Scrolls to and expands the bookmark in the tree that corresponding to the
current location in the document displayed in the viewer bean.
|
JTree |
getBookmarkTree()
Returns a reference to the bookmark tree component.
|
boolean |
getHighlight()
Gets the
highlight property. |
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
|
void |
setHighlight(boolean highlight)
Enable highlighting of the current bookmark.
|
void |
setToolTipDisplay(boolean enabled)
Enable or disable displaying the bookmark text in a tool tip.
|
getActivePolicy, getToolbar, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible, setTouchEnabledJTree getBookmarkTree()
void expandAll()
void collapseAll()
JButton getjbExpandAll()
JButton getjbCollapseAll()
void setToolTipDisplay(boolean enabled)
BoomkarkPanel.enabled - Controls whether to show full bookmark text in a tool tip.JButton getjbExport()
void setHighlight(boolean highlight)
highlight - if true, the current bookmark will be highlighted; otherwise
falsegetHighlight()boolean getHighlight()
highlight property.highlight propertysetHighlight(boolean)void expandCurrentBookmark()