Uses of Interface
com.teamdev.jxbrowser.search.FindOptions
Packages that use FindOptions
Package
Description
Provides the classes and interfaces for working with search functionality.
-
Uses of FindOptions in com.teamdev.jxbrowser.search
Methods in com.teamdev.jxbrowser.search that return FindOptionsModifier and TypeMethodDescriptionFindOptions.Builder.build()Returns a newFindOptionsinstance built from the current state of this builder.Methods in com.teamdev.jxbrowser.search with parameters of type FindOptionsModifier and TypeMethodDescriptionvoidTextFinder.find(String text, FindOptions options, Consumer<FindResult> consumer) Performs search of the giventextwith the givenoptions, highlights all matches and selects the first or the last (depending on the givenisSearchBackward()flag) match on the currently loaded web page.