Groovy Documentation

griffon.plugin.dialogs
[Java] Interface Searcher


public interface Searcher

Authors:
Andres Almiray


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

find

public boolean find(JComponent subject, String text, boolean forward, boolean matchCase, boolean wholeWord, boolean regex)


replace

public boolean replace(JComponent subject, String toFind, String replaceWith, boolean forward, boolean matchCase, boolean wholeWord, boolean regex)


replaceAll

public int replaceAll(JComponent subject, String toFind, String replaceWith, boolean matchCase, boolean wholeWord, boolean regex)


 

Groovy Documentation