public interface FindResult
Modifier and Type | Method and Description |
---|---|
default boolean |
isSearching()
Returns
true if the search is still in progress. |
default int |
numberOfMatches()
Returns the number of the matches found at the moment or -1 when no matches found.
|
default int |
selectedMatch()
Returns the index of the currently selected match or -1 when there are no matches.
|
default int selectedMatch()
default int numberOfMatches()
default boolean isSearching()
true
if the search is still in progress.