Package | Description |
---|---|
org.netbeans.api.search |
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.
|
org.netbeans.api.search.provider |
Classes that you may need to work with if you are implementing
a custom search provider.
|
org.netbeans.api.search.ui |
Helpers for creating UI controls for your search provider that are
similar to controls in the default provider.
|
org.netbeans.spi.search |
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.
|
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.
|
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. |
Class | Description |
---|---|
SearchScopeDefinition |
Interface for obtaining information about scope of a search task.
|
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.
|
SearchFilterDefinition.FolderResult |
Result of filtering a folder.
|
SearchInfoDefinition |
Defines which
FileObject s should be searched. |
SearchScopeDefinition |
Interface for obtaining information about scope of a search task.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.