public interface PdfOutlineActionHandler
bookmark panel. This
event can be used to keep track of viewer changes caused by the
bookmark panel.| Modifier and Type | Method and Description |
|---|---|
void |
notifyOutlineAction()
Called when the user interacts with a bookmark panel.
|
void notifyOutlineAction()
For example, when the user selects a bookmark, the bookmark
panel will make the viewer change the view to a page that is
linked by the selected bookmark. By handling this event, the
number of the
new page displayed by the viewer
can be obtained and displayed inside a
JTextField on a
JPanel.