This package contains classes that can be used by modules that need to work with Search in Projects dialog, or want to share information about what data was recently searched. There are also some utility classes for general usage.
If you want to get or store recently searched items, see
SearchHistory
,
SearchPattern
and ReplacePattern
To display Find in Project dialog, and start a search with
predefine criteria, use
SearchControl
with SearchScopeOptions
.
Class SearchRoot
defines
a location in a filesystem where the search should start.
RegexpUtil
can create a pattern
for matching file names. These classes can be useful when implementing some custom search infrastructure.