Uses of Class
org.jdesktop.swingx.search.RecentSearches
-
Packages that use RecentSearches Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.org.jdesktop.swingx.search -
-
Uses of RecentSearches in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return RecentSearches Modifier and Type Method Description RecentSearches
JXSearchField. getRecentSearches()
TODO -
Uses of RecentSearches in org.jdesktop.swingx.search
Constructors in org.jdesktop.swingx.search with parameters of type RecentSearches Constructor Description RecentSearchesPopup(RecentSearches recentSearches, JTextField searchField)
Creates a new popup menu based on the givenRecentSearches
andJXSearchField
.
-