See: Description
| Interface | Description |
|---|---|
| SearchListener |
Listens for events fired from a Find or Replace dialog/tool bar.
|
| Class | Description |
|---|---|
| AbstractFindReplaceDialog |
This is the base class for
FindDialog and ReplaceDialog. |
| AbstractSearchDialog |
Base class for all search dialogs (find, replace, find in files, etc.).
|
| FindDialog |
A "Find" dialog similar to those found in most Windows text editing
applications.
|
| FindReplaceButtonsEnableResult |
Returns the result of whether the "action" buttons such as "Find"
and "Replace" should be enabled.
|
| FindToolBar |
A toolbar for search operations in a text editor application.
|
| RegexAwareComboBox |
A combo box that offers content assistance for regular expressions.
|
| ReplaceDialog |
A "Replace" dialog similar to those found in most Windows text editing
applications.
|
| ReplaceToolBar |
A toolbar for replace operations in a text editor application.
|
| SearchComboBox |
The combo box used for entering text to "find" and "replace" in both the
Find/Replace dialogs as well as tool bars.
|
| SearchEvent |
The event fired whenever a user wants to search for or replace text in a
Find or Replace dialog/tool bar.
|
| Enum | Description |
|---|---|
| SearchEvent.Type |
Types of search events.
|