Uses of Interface
com.teamdev.jxbrowser.search.FindResult
Packages that use FindResult
Package
Description
Provides the classes and interfaces for working with search functionality.
-
Uses of FindResult in com.teamdev.jxbrowser.search
Method parameters in com.teamdev.jxbrowser.search with type arguments of type FindResultModifier 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 givenFindOptions.isSearchBackward()flag) match on the currently loaded web page.voidTextFinder.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.