|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Searcher
| Method Summary | |
|---|---|
boolean
|
find(JComponent subject, String text, boolean forward, boolean matchCase, boolean wholeWord, boolean regex)
|
boolean
|
replace(JComponent subject, String toFind, String replaceWith, boolean forward, boolean matchCase, boolean wholeWord, boolean regex)
|
int
|
replaceAll(JComponent subject, String toFind, String replaceWith, boolean matchCase, boolean wholeWord, boolean regex)
|
| Method Detail |
|---|
public boolean find(JComponent subject, String text, boolean forward, boolean matchCase, boolean wholeWord, boolean regex)
public boolean replace(JComponent subject, String toFind, String replaceWith, boolean forward, boolean matchCase, boolean wholeWord, boolean regex)
public int replaceAll(JComponent subject, String toFind, String replaceWith, boolean matchCase, boolean wholeWord, boolean regex)
Groovy Documentation