| AboutDialog |
First stab at an about dialog.
|
| BrowseBar |
|
| ButtonBar |
Creates a panel with the first,previous,next and last buttons.
|
| ContentPane |
Displays a page
|
| GuidePane |
Creates a Panel for navigating a Book via its Guide
|
| HTMLDocumentFactory |
Creates swing HTML documents from resources.
|
| ImageLoaderCache |
This class is a trick to get the JEditorKit to load its images from the epub file instead of from the given url.
|
| MetadataPane |
|
| MyHtmlEditorKit |
Wraps a HTMLEditorKit so we can make getParser() public.
|
| MyParserCallback |
|
| NavigationBar |
A toolbar that contains the history back and forward buttons and the page title.
|
| SpineSlider |
|
| TableOfContentsPane |
Creates a JTree for navigating a Book via its Table of Contents.
|
| TableOfContentsPane.TOCItem |
Wrapper around a TOCReference that gives the TOCReference's title when toString() is called
.createTableOfContentsTree
|
| ValueHolder<T> |
|
| Viewer |
|
| ViewerUtil |
|