See: Description
Class | Description |
---|---|
ComponentUtils |
Class containing methods for creating controller objects for GUI components
and adjusting their properties so that they can be used in search forms of
search dialog.
|
FileNameController |
Component controller for specifying file name pattern.
|
ScopeController |
Component controller for selecting search scope.
|
ScopeOptionsController |
Component controller for setting search scope options.
|
SearchPatternController |
Controller for a combo box for selection and editing of search patterns.
|
Enum | Description |
---|---|
SearchPatternController.Option |
Options of search patterns.
|
Helpers for creating UI controls for your search provider that are similar to controls in the default provider.
Static methods in class ComponentUtils
can adjust fresh UI components to be used in panels for
SearchProvider.Presenter
.
The advantage of modifying of existing components and returning controller objects (instead of using subclasses of swing components) is that it can be comfortably used with NetBeans GUI Builder.