|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pfsw.text.AStringFilter
public abstract class AStringFilter
Subclasses of this abstract string filter class usually must override only method matches(String). This abstract class ensures that filters can be used with any mechanism based on either org.pf.text.ObjectFilter or org.pf.bif.IObjectFilter.
| Field Summary |
|---|
| Fields inherited from interface org.pfsw.bif.text.IStringFilter |
|---|
ALL, NONE |
| Constructor Summary | |
|---|---|
AStringFilter()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pfsw.bif.text.IStringFilter |
|---|
matches |
| Methods inherited from interface org.pfsw.bif.filter.IObjectFilter |
|---|
matches |
| Constructor Detail |
|---|
public AStringFilter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||