Package com.teamdev.jxbrowser.search
Interface FindOptions
public interface FindOptions
The parameters of the text find request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturnstrueif the search is case-sensitive.default booleanReturnstrueif the search is performed in the reverse direction.static FindOptions.BuilderCreates a newFindOptionsbuilder.
-
Method Details
-
newBuilder
Creates a newFindOptionsbuilder.- Returns:
- a new
FindOptions.Builderinstance
-
isMatchCase
default boolean isMatchCase()Returnstrueif the search is case-sensitive. -
isSearchBackward
default boolean isSearchBackward()Returnstrueif the search is performed in the reverse direction.
-