Package org.fife.ui.search

Dialogs for text searching/replacement (Find, Replace, Find in Files, and Replace in Files).

See:
          Description

Interface Summary
FindInFilesListener An interface for objects that wish to be notified of files being selected in a FindInFilesDialog.
 

Class Summary
AbstractFindReplaceDialog This is the base class for FindDialog and ReplaceDialog.
AbstractSearchDialog Base class for all search dialogs (find, replace, find in files, etc.).
AbstractSearchDialog.EnableResult Returns the result of whether the "action" buttons such as "Find" and "Replace" should be enabled.
FindDialog A "Find" dialog similar to those found in most Windows text editing applications.
FindInFilesDialog A dialog allowing the user to search for a text string in all files in a directory, so they don't have to do the files one at a time.
FindInFilesEvent Event fired by FindInFileDialogs when the user clicks on a match.
FindInFilesTable The table used to display search results in a FindInFilesDialog.
MatchData Information on a match found when searching a document.
ReplaceDialog A "Replace" dialog similar to those found in most Windows text editing applications.
ReplaceInFilesDialog Dialog that does string replacement across multiple files.
ReplaceInFilesTable The table used to display search results in a ReplaceInFilesDialog.
 

Package org.fife.ui.search Description

Dialogs for text searching/replacement (Find, Replace, Find in Files, and Replace in Files).