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 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.
|