| com.jidesoft.swing.SearchableProvider
All known Subclasses: com.jidesoft.swing.SearchableBar,
SearchableProvider | public interface SearchableProvider (Code) | | SearchableProvider is an interface that works with
Searchable to
provide different way to supply the searching text.
|
getSearchingText | String getSearchingText()(Code) | | Gets the searching text.
the searching text. |
isPassive | boolean isPassive()(Code) | | Returns true if the SearchableProvider doesn't accept keyboard input directly. In this case,
the Searchable component (such as JTextComponent, JTable, JList or JComboBox) will
true or false. |
|
|