Uses of Interface
com.teamdev.jxbrowser.search.FindOptions
Package
Description
Provides the classes and interfaces for working with search functionality.
-
Uses of FindOptions in com.teamdev.jxbrowser.search
Modifier and TypeMethodDescriptionFindOptions.Builder.build()
Returns a newFindOptions
instance built from the current state of this builder.Modifier and TypeMethodDescriptionvoid
TextFinder.find
(String text, FindOptions options, Consumer<FindResult> consumer) Performs search of the giventext
with the givenoptions
, highlights all matches and selects the first or the last (depending on the givenisSearchBackward()
flag) match on the currently loaded web page.