Package org.jdesktop.swingx.search
-
Interface Summary Interface Description PatternMatcher Implemented by classes that work withPattern
objects.Searchable Interface that used to implement search logic in all the search capable components. -
Class Summary Class Description AbstractSearchable An abstract implementation of Searchable supporting incremental search.AbstractSearchable.SearchResult A convenience class to hold search state.ListSearchable NativeSearchFieldSupport TODO: commentNativeSearchFieldSupport.SearchFieldUIChangeHandler 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.RecentSearches Maintains a list of recent searches and persists this list automatically usingPreferences
.RecentSearches.RecentSearchesPopup The popup menu returned byRecentSearches#createPopupMenu(JXSearchField)
.SearchFactory Factory to create, configure and show application consistent search and find widgets.SearchFactory.LaFListener TableSearchable An Searchable implementation for use in JXTable.TreeSearchable A searchable targetting the visible rows of a JXTree. -
Exception Summary Exception Description AbstractSearchable An abstract implementation of Searchable supporting incremental search.ListSearchable NativeSearchFieldSupport TODO: commentPatternMatcher Implemented by classes that work withjava.util.regex.Pattern
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.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.