Package gov.sns.tools.swing.patternfilter

Interface Summary
ListFilterListener ListFilterListener is the interface for objects which wish to receive notification that the a filter has been applied to a list.
PatternChangeListener PatternChangeListener is an interface implemented by listeners which want to be notified of changes in the pattern used for filtering and specified in the PatternEventPoster.
PatternGenerator PatternGenerator is an interface for compiling a pattern from text.
 

Class Summary
PatternEventPoster PatternEventPoster is a tool for monitoring text changes in a javax.swing.Document, constructing a pattern from the text and then posting the pattern for use in filtering items by name.
PatternGeneratorFactory PatternGeneratorFactory is a factory of pattern generators.
PatternListFilter PatternListFilter uses a pattern poster to filter a list of named items.