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.
|
Modifier and Type | Method | Description |
---|---|---|
List<SearchFilter> |
SearchRoot.getFilters() |
Get list of filters.
|
Constructor | Description |
---|---|
SearchRoot(URI rootUri,
List<SearchFilter> filters) |
Create a new search root, defined by a folder and a set of filters.
|
SearchRoot(org.openide.filesystems.FileObject rootFile,
List<SearchFilter> filters) |
Create a new search root, defined by a folder and a set of filters.
|
Modifier and Type | Field | Description |
---|---|---|
static SearchFilter |
SearchInfoUtils.SHARABILITY_FILTER |
Filter for skipping unsharable files.
|
static SearchFilter |
SearchInfoUtils.VISIBILITY_FILTER |
Filter for skipping invisible files.
|
Modifier and Type | Field | Description |
---|---|---|
static List<SearchFilter> |
SearchInfoUtils.DEFAULT_FILTERS |
Immutable list of default search filters.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.