Package | Description |
---|---|
org.netbeans.api.search.provider |
Classes that you may need to work with if you are implementing
a custom search provider.
|
Modifier and Type | Method and Description |
---|---|
abstract SearchFilter.FolderResult |
SearchFilter.traverseFolder(FileObject folder)
Answers a questions whether a given folder should be traversed (its
contents searched).
|
abstract SearchFilter.FolderResult |
SearchFilter.traverseFolder(URI folderUri)
Answers a questions whether a given URI should be traversed (its
contents searched).
|
static SearchFilter.FolderResult |
SearchFilter.FolderResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFilter.FolderResult[] |
SearchFilter.FolderResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.