Uses of Class
org.jdesktop.swingx.JXSearchField
-
Packages that use JXSearchField Package Description org.jdesktop.swingx.plaf Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.search -
-
Uses of JXSearchField in org.jdesktop.swingx.plaf
Fields in org.jdesktop.swingx.plaf declared as JXSearchField Modifier and Type Field Description protected JXSearchField
SearchFieldUI. searchField
The search field that we're a UI delegate for. -
Uses of JXSearchField in org.jdesktop.swingx.search
Methods in org.jdesktop.swingx.search with parameters of type JXSearchField Modifier and Type Method Description void
RecentSearches. uninstall(JXSearchField searchField)
Remove the recent searches popup fromsearchField
when installed and stop listening forActionEvent
s fired by the search field.
-