Uses of Interface
nl.siegmann.epublib.browsersupport.NavigationEventListener
-
Packages that use NavigationEventListener Package Description nl.siegmann.epublib.browsersupport Provides classes that help make an epub reader application.nl.siegmann.epublib.viewer -
-
Uses of NavigationEventListener in nl.siegmann.epublib.browsersupport
Classes in nl.siegmann.epublib.browsersupport that implement NavigationEventListener Modifier and Type Class Description classNavigationHistoryA history of the user's locations with the epub.Fields in nl.siegmann.epublib.browsersupport with type parameters of type NavigationEventListener Modifier and Type Field Description private java.util.List<NavigationEventListener>Navigator. eventListenersMethods in nl.siegmann.epublib.browsersupport with parameters of type NavigationEventListener Modifier and Type Method Description booleanNavigator. addNavigationEventListener(NavigationEventListener navigationEventListener)booleanNavigator. removeNavigationEventListener(NavigationEventListener navigationEventListener) -
Uses of NavigationEventListener in nl.siegmann.epublib.viewer
Classes in nl.siegmann.epublib.viewer that implement NavigationEventListener Modifier and Type Class Description classContentPaneDisplays a pageclassGuidePaneCreates a Panel for navigating a Book via its GuideclassHTMLDocumentFactoryCreates swing HTML documents from resources.classMetadataPaneclassNavigationBarA toolbar that contains the history back and forward buttons and the page title.(package private) classSpineSliderclassTableOfContentsPaneCreates a JTree for navigating a Book via its Table of Contents.
-