org.jdesktop.swingx
Class PatternModel.AnchoredSearchMode
java.lang.Object
org.jdesktop.swingx.PatternModel.RegexCreator
org.jdesktop.swingx.PatternModel.AnchoredSearchMode
- Enclosing class:
- PatternModel
public static class PatternModel.AnchoredSearchMode
- extends PatternModel.RegexCreator
Support for anchored input.
PENDING: NOT TESTED - simply moved!
Need to define requirements...
Method Summary |
String |
createRegEx(String searchExp)
|
boolean |
isAutoDetect()
|
boolean |
isEndAnchored()
returns true if the pattern must match from the beginning of the string,
or false if the pattern can match anywhere in a string. |
boolean |
isStartAnchored()
returns true if the pattern must match from the beginning of the string,
or false if the pattern can match anywhere in a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternModel.AnchoredSearchMode
public PatternModel.AnchoredSearchMode()
isAutoDetect
public boolean isAutoDetect()
- Overrides:
isAutoDetect
in class PatternModel.RegexCreator
createRegEx
public String createRegEx(String searchExp)
- Overrides:
createRegEx
in class PatternModel.RegexCreator
isStartAnchored
public boolean isStartAnchored()
- returns true if the pattern must match from the beginning of the string,
or false if the pattern can match anywhere in a string.
isEndAnchored
public boolean isEndAnchored()
- returns true if the pattern must match from the beginning of the string,
or false if the pattern can match anywhere in a string.