Uses of Package
org.jdesktop.swingx.search
-
Packages that use org.jdesktop.swingx.search 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 -
Classes in org.jdesktop.swingx.search used by org.jdesktop.swingx Class Description PatternMatcher Implemented by classes that work withPattern
objects.PatternModel Presentation Model for Find/Filter Widgets.RecentSearches Maintains a list of recent searches and persists this list automatically usingPreferences
.Searchable Interface that used to implement search logic in all the search capable components. -
Classes in org.jdesktop.swingx.search used by org.jdesktop.swingx.search Class Description AbstractSearchable An abstract implementation of Searchable supporting incremental search.AbstractSearchable.SearchResult A convenience class to hold search state.NativeSearchFieldSupport.SearchFieldUIChangeHandler PatternModel.RegexCreator Responsible for converting a "raw text" into a valid regular expression in the context of a set of rules.RecentSearches Maintains a list of recent searches and persists this list automatically usingPreferences
.Searchable Interface that used to implement search logic in all the search capable components.SearchFactory Factory to create, configure and show application consistent search and find widgets.SearchFactory.FindRemover