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 JXSearchFieldSearchFieldUI. searchFieldThe 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 voidRecentSearches. uninstall(JXSearchField searchField)Remove the recent searches popup fromsearchFieldwhen installed and stop listening forActionEvents fired by the search field.
-