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