Uses of Interface
com.teamdev.jxbrowser.search.FindResult
Package
Description
Provides the classes and interfaces for working with search functionality.
-
Uses of FindResult in com.teamdev.jxbrowser.search
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 givenFindOptions.isSearchBackward()
flag) match on the currently loaded web page.void
TextFinder.find
(String text, Consumer<FindResult> consumer) Performs search of the giventext
, highlights all matches and selects the first match on the currently loaded web page.