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