Uses of Package
org.jdesktop.swingx.search

Packages that use org.jdesktop.swingx.search
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
PatternModel
          Presentation Model for Find/Filter Widgets.
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
AbstractSearchable
          An abstract implementation of Searchable supporting incremental search.
AbstractSearchable.SearchResult
          A convenience class to hold search state.
PatternModel.RegexCreator
          Responsible for converting a "raw text" into a valid regular expression in the context of a set of rules.
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.