public interface SearchMatcher
Modifier and Type | Method and Description |
---|---|
int[] |
nextMatch(javax.swing.text.Segment text)
Returns the offset of the first match of the specified text
within this matcher.
|
java.lang.String |
substitute(java.lang.String text)
Returns the specified text, with any substitution specified
within this matcher performed.
|
int[] nextMatch(javax.swing.text.Segment text)
text
- The text to search injava.lang.String substitute(java.lang.String text) throws java.lang.Exception
text
- The textjava.lang.Exception
Copyright ? 2002 Romain Guy.