| Package | Description |
|---|---|
| org.netbeans.api.search.ui |
Helpers for creating UI controls for your search provider that are
similar to controls in the default provider.
|
| 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 |
|---|---|---|
static ScopeController |
ComponentUtils.adjustComboForScope(javax.swing.JComboBox jComboBox,
java.lang.String preferredScopeId,
SearchScopeDefinition... extraSearchScopes) |
Adjust a
JComboBox to act as component for selecting search
scope, and return a controller object for interacting with it. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<SearchScopeDefinition> |
SearchScopeDefinitionProvider.createSearchScopeDefinitions() |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.