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 |
Class | Description |
---|---|
PatternModel |
Presentation Model for Find/Filter Widgets.
|
Searchable |
Interface that used to implement search logic in all the search capable
components.
|
Class | Description |
---|---|
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.
|