public interface IFDocumentNavigationHandler
Modifier and Type | Method and Description |
---|---|
void |
addResolvedAction(AbstractAction action) |
void |
renderBookmarkTree(BookmarkTree tree)
Render the bookmark tree.
|
void |
renderLink(Link link) |
void |
renderNamedDestination(NamedDestination destination)
Renders a named destination.
|
void renderNamedDestination(NamedDestination destination) throws IFException
destination
- the named destinationIFException
- if an error occurs while handling this eventvoid renderBookmarkTree(BookmarkTree tree) throws IFException
tree
- the bookmark treeIFException
- if an error occurs while handling this eventvoid renderLink(Link link) throws IFException
IFException
void addResolvedAction(AbstractAction action) throws IFException
IFException
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.