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 | Description |
---|---|---|
abstract SearchFilter.FolderResult |
SearchFilter.traverseFolder(URI folderUri) |
Answers a questions whether a given URI should be traversed (its
contents searched).
|
abstract SearchFilter.FolderResult |
SearchFilter.traverseFolder(org.openide.filesystems.FileObject folder) |
Answers a questions whether a given folder 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 April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.