|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.swing.patternfilter.PatternListFilter.PatternChangeHandler
PatternChangeHandler is an internal class whose instance is used to listen for pattern change events.
| Constructor Summary | |
protected |
PatternListFilter.PatternChangeHandler()
|
| Method Summary | |
void |
patternChanged(PatternEventPoster source,
java.util.regex.Pattern pattern,
boolean narrowing)
Handle a pattern change event by filtering the base list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected PatternListFilter.PatternChangeHandler()
| Method Detail |
public void patternChanged(PatternEventPoster source,
java.util.regex.Pattern pattern,
boolean narrowing)
patternChanged in interface PatternChangeListenersource - the source of the pattern change eventpattern - the new pattern to usenarrowing - indicates whether this latest pattern is strictly narrower than the previous one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||