FindDialog

Package: docking.widgets
Type: class

12.1_PUBLIC

addedmethod: buildFindButtons
void buildFindButtons()
addedmethod: doSearchAll
void doSearchAll()
addedfield: searchResults
docking.widgets.search.SearchResults searchResults
addedmethod: setFindAllEnabled
void setFindAllEnabled(boolean enabled)
addedmethod: toFront
void toFront()
modifiedmethod: getSearcher
return type: FindDialogSearcher → FindDialogSearcher
- docking.widgets.FindDialogSearcher getSearcher()
+ docking.widgets.search.FindDialogSearcher getSearcher()
modifiedfield: searcher
type: FindDialogSearcher → FindDialogSearcher
- docking.widgets.FindDialogSearcher searcher
+ docking.widgets.search.FindDialogSearcher searcher
removedmethod: notifySearchHit
void notifySearchHit(docking.widgets.SearchLocation location)

11.4_PUBLIC

addedmethod: dispose
void dispose()
addedmethod: getSearcher
docking.widgets.FindDialogSearcher getSearcher()
addedmethod: setClosedCallback
void setClosedCallback(utility.function.Callback c)

11.2_PUBLIC

addedmethod: useRegex
boolean useRegex()

10.3_PUBLIC

modifiedtype-extends: FindDialog
- docking.DialogComponentProvider
+ docking.ReusableDialogComponentProvider

10.1.3_PUBLIC

addedmethod: next
void next()
addedmethod: previous
void previous()

10.1.2_PUBLIC

addedmethod: getSearchText
java.lang.String getSearchText()

9.0.2_PUBLIC

addedmethod: dialogClosed
void dialogClosed()
addedmethod: dialogShown
void dialogShown()

9.0.1_PUBLIC

introducedInitial version