|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchMatcher
An abstract interface for matching strings.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int[] nextMatch(javax.swing.text.Segment text)
text
- The text to search in
java.lang.String substitute(java.lang.String text) throws java.lang.Exception
text
- The text
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |