public interface SearchableProvider
SearchableProvider
is an interface that works with Searchable
to provide
different way to supply the searching text.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSearchingText()
Gets the searching text.
|
boolean |
isPassive()
Returns true if the SearchableProvider doesn't accept keyboard input directly.
|
void |
processKeyEvent(java.awt.event.KeyEvent e) |
java.lang.String getSearchingText()
boolean isPassive()
void processKeyEvent(java.awt.event.KeyEvent e)