Package 

Interface SelectableNavigator

  • All Implemented Interfaces:
    org.readium.r2.navigator.Navigator

    
    public interface SelectableNavigator
     implements Navigator
                        

    A navigator supporting user selection.

    • Method Summary

      Modifier and Type Method Description
      abstract Selection currentSelection() Currently selected content.
      abstract Unit clearSelection() Clears the current selection.
      abstract StateFlow<Locator> getCurrentLocator() Current position in the publication.
      Locator getCurrentLocation()
      • Methods inherited from class org.readium.r2.navigator.SelectableNavigator

        go, go
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait