Class EpubNavigation
- java.lang.Object
-
- com.openindex.openestate.tool.manual.epub.EpubNavigation
-
public class EpubNavigation extends Object
EpubNavigation.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEpubNavigation.Eventstatic interfaceEpubNavigation.Listener
-
Constructor Summary
Constructors Constructor Description EpubNavigation()EpubNavigation(EpubBook book)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(EpubNavigation.Listener listener)EpubBookgetBook()org.jepub.core.spec.navigation.entity.ContentgetContent()booleanhasNextHistory()booleanhasPreviousHistory()voidnavigate(String key, Object source)voidnavigate(String key, Object source, boolean updateHistory)voidnavigate(org.jepub.core.spec.navigation.entity.Content content, Object source)voidnavigate(org.jepub.core.spec.navigation.entity.Content content, Object source, boolean updateHistory)voidnavigateToNext(Object source)voidnavigateToPrevious(Object source)voidremoveListener(EpubNavigation.Listener listener)voidsetBook(EpubBook book, Object source)
-
-
-
Constructor Detail
-
EpubNavigation
public EpubNavigation()
-
EpubNavigation
public EpubNavigation(EpubBook book)
-
-
Method Detail
-
addListener
public void addListener(EpubNavigation.Listener listener)
-
getBook
public EpubBook getBook()
-
getContent
public org.jepub.core.spec.navigation.entity.Content getContent()
-
hasNextHistory
public boolean hasNextHistory()
-
hasPreviousHistory
public boolean hasPreviousHistory()
-
navigate
public void navigate(org.jepub.core.spec.navigation.entity.Content content, Object source)
-
navigate
public void navigate(org.jepub.core.spec.navigation.entity.Content content, Object source, boolean updateHistory)
-
navigateToNext
public void navigateToNext(Object source)
-
navigateToPrevious
public void navigateToPrevious(Object source)
-
removeListener
public void removeListener(EpubNavigation.Listener listener)
-
-