public interface IMatcher
Modifier and Type | Method and Description |
---|---|
NearString |
getActiveMatch()
Get selected match.
|
void |
setActiveMatch(int index)
Set specified mathc as active.
|
void |
setNextActiveMatch()
Make the next match active
|
void |
setPrevActiveMatch()
Make the previous match active
|
java.lang.String |
substituteNumbers(java.lang.String source,
java.lang.String sourceMatch,
java.lang.String targetMatch) |
NearString getActiveMatch()
void setActiveMatch(int index)
index
- new active match
Must be called from UI thread only.java.lang.String substituteNumbers(java.lang.String source, java.lang.String sourceMatch, java.lang.String targetMatch)
void setNextActiveMatch()
void setPrevActiveMatch()