See: Description
Class | Description |
---|---|
SearchFilterDefinition |
Implementations of this class define which files and folders should be
searched and which should be skipped during search over a directory
structure.
|
SearchInfoDefinition |
Defines which
FileObject s should be searched. |
SearchInfoDefinitionFactory |
Factory for creating
SearchInfoDefinitions objects. |
SearchScopeDefinition |
Interface for obtaining information about scope of a search task.
|
SearchScopeDefinitionProvider |
Provider of search scopes.
|
SubTreeSearchOptions |
This class defines default search options for a node and its subnodes.
|
Enum | Description |
---|---|
SearchFilterDefinition.FolderResult |
Result of filtering a folder.
|
This package contains classes that you can subclass and register to
lookups of nodes if you want to specify how the nodes should be
searched. For this, use
SearchInfoDefinition
or SubTreeSearchOptions
,
and possibly SearchFilterDefinition
and SearchInfoDefinitionFactory
.
To add a custom search scope to Find in Projects dialog,
you will need to subclass
SearchScopeDefinition
and SearchScopeDefinitionProvider
.