|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFDocumentNavigationHandler
Interface to handle document navigation features. This is an optional interface for document handler implementations which support document navigation features.
Method Summary | |
---|---|
void |
addResolvedAction(AbstractAction action)
|
void |
renderBookmarkTree(BookmarkTree tree)
Render the bookmark tree. |
void |
renderLink(Link link)
|
void |
renderNamedDestination(NamedDestination destination)
Renders a named destination. |
Method Detail |
---|
void renderNamedDestination(NamedDestination destination) throws IFException
destination
- the named destination
IFException
- if an error occurs while handling this eventvoid renderBookmarkTree(BookmarkTree tree) throws IFException
tree
- the bookmark tree
IFException
- if an error occurs while handling this eventvoid renderLink(Link link) throws IFException
IFException
void addResolvedAction(AbstractAction action) throws IFException
IFException
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |