Package org.jdesktop.swingx.search

Interface Summary
Searchable Interface that used to implement search logic in all the search capable components.
 

Class Summary
AbstractSearchable An abstract implementation of Searchable supporting incremental search.
AbstractSearchable.SearchResult A convenience class to hold search state.
ListSearchable  
PatternModel Presentation Model for Find/Filter Widgets.
PatternModel.AnchoredSearchMode Support for anchored input.
PatternModel.RegexCreator Responsible for converting a "raw text" into a valid regular expression in the context of a set of rules.
SearchFactory Factory to create, configure and show application consistent search and find widgets.
TableSearchable An Searchable implementation for use in JXTable.
TreeSearchable A searchable targetting the visible rows of a JXTree.