|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.swing.patternfilter.PatternGeneratorFactory
PatternGeneratorFactory is a factory of pattern generators.
| Constructor Summary | |
PatternGeneratorFactory()
|
|
| Method Summary | |
static PatternGenerator |
makeBeginsWithGenerator()
Constructs a pattern generator which checks whether the tested text begins with the the pattern text. |
static PatternGenerator |
makeContainsGenerator()
Constructs a pattern generator which checks whether the tested text contains the the pattern text. |
static PatternGenerator |
makeEndsWithGenerator()
Constructs a pattern generator which checks whether the tested text ends with the the pattern text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PatternGeneratorFactory()
| Method Detail |
public static PatternGenerator makeContainsGenerator()
public static PatternGenerator makeBeginsWithGenerator()
public static PatternGenerator makeEndsWithGenerator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||