- QuickSearch - Class in org.openide.awt
-
Quick search infrastructure for an arbitrary component.
- QuickSearch.Callback - Interface in org.openide.awt
-
Call back interface, that is notified with the submissions to the quick search field.
- quickSearchCanceled() - Method in interface org.openide.awt.QuickSearch.Callback
-
Called when the quick search is canceled by the user.
- quickSearchConfirmed() - Method in interface org.openide.awt.QuickSearch.Callback
-
Called when the quick search is confirmed by the user.
- quickSearchUpdate(String) - Method in interface org.openide.awt.QuickSearch.Callback
-
Called with an updated search text.