|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookmarkPanel
Interface to the panel that shows the document outlines (known as bookmarks in the PDF specs).
| 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 bookmarks tree. |
void |
expandAll()
Expand all the leafs in the bookmarks tree. |
JTree |
getBookmarkTree()
Returns a reference to the bookmark tree component. |
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 |
setToolTipDisplay(boolean enabled)
Enable or disable displaying the bookmark text in a tool tip. |
| Methods inherited from interface com.qoppa.pdfViewer.panels.PDFPanel |
|---|
getActivePolicy, getToolbar, isActive, isPaneSelected, setActive, setActivePolicy, setPaneVisible |
| Method Detail |
|---|
JTree getBookmarkTree()
void expandAll()
void collapseAll()
JButton getjbExpandAll()
JButton getjbCollapseAll()
void setToolTipDisplay(boolean enabled)
BoomkarkPanel.
- Parameters:
enabled -
JButton getjbExport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||