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.
|
Modifier and Type | Method | Description |
---|---|---|
static FileNameController |
ComponentUtils.adjustComboForFileName(JComboBox jComboBox) |
Adjust a
JComboBox to act as component for selecting file name
pattern, and return a controller object for interacting with it. |
Modifier and Type | Method | Description |
---|---|---|
static ScopeOptionsController |
ComponentUtils.adjustPanelForOptions(JPanel jPanel,
boolean searchAndReplace,
FileNameController fileNameController) |
Adjust an empty panel for specifying search scope options.
|
static ScopeOptionsController |
ComponentUtils.adjustPanelsForOptions(JPanel scopePanel,
JPanel fileNamePanel,
boolean searchAndReplace,
FileNameController fileNameController) |
Adjust two empty panels for specifying search scope options.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.