Package com.pspdfkit.ui.search
Search views and listeners, search result highlighter.
See: Description
-
Class Summary Class Description SearchResultHighlighter PdfDrawableProvider creating highlights based on a list of SearchResult instances. PdfSearchViewModular Search view sitting inside a panel that slides in above the rest of the content. SimpleSearchResultListener Empty implementation of the PdfSearchView.Listener interface. PdfSearchViewLazy Lazy implementation of the PdfSearchView interface. PdfSearchViewInline Search view to be placed in the action bar of a AppCompatActivity. -
Interface Summary Interface Description OnViewReadyListener Listener notified once the lazy view is initialized. Listener Listener for observing the search view. PdfSearchView Interface shared by the PdfSearchViewInline and the PdfSearchViewModular.