Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract SearchFilterDefinition.FolderResult |
SearchFilterDefinition.traverseFolder(FileObject folder)
Answers a questions whether a given folder should be traversed (its
contents searched).
|
SearchFilterDefinition.FolderResult |
SearchFilterDefinition.traverseFolder(URI uri)
Answers a questions whether a folder with given URI should be traversed
(its contents searched).
|
static SearchFilterDefinition.FolderResult |
SearchFilterDefinition.FolderResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFilterDefinition.FolderResult[] |
SearchFilterDefinition.FolderResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|