Uses of Class
org.jdesktop.swingx.search.RecentSearches

Packages that use RecentSearches
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
 RecentSearches JXSearchField.getRecentSearches()
          TODO
 

Uses of RecentSearches in org.jdesktop.swingx.search
 

Constructors in org.jdesktop.swingx.search with parameters of type RecentSearches
RecentSearches.RecentSearchesPopup(RecentSearches recentSearches, JTextField searchField)
          Creates a new popup menu based on the given RecentSearches and JXSearchField.