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 and 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 and 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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.