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
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.
FindInFilesSearchContext A search context that also contains options relevant to a Find in Files or Replace in Files dialog.
FindInFilesTable The table used to display search results in a FindInFilesDialog.
MatchData Information on a match found when searching a document.
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).