Uses of Class
org.jdesktop.swingx.PatternModel.RegexCreator

Packages that use PatternModel.RegexCreator
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. 
 

Uses of PatternModel.RegexCreator in org.jdesktop.swingx
 

Subclasses of PatternModel.RegexCreator in org.jdesktop.swingx
static class PatternModel.AnchoredSearchMode
          Support for anchored input.
 

Methods in org.jdesktop.swingx with parameters of type PatternModel.RegexCreator
 void PatternModel.setRegexCreator(PatternModel.RegexCreator regexCreator)
          This is a quick-fix to allow custom strategies for compiling rawtext to patterns.