public static class TextBlockSearchEditor.SearchResult extends Object
| Constructor and Description |
|---|
TextBlockSearchEditor.SearchResult(String matchedText,
int beginningIndexOfMatch,
int endingIndexOfMatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
foundAMatch() |
int |
getBeginningIndexOfMatch() |
int |
getEndingIndexOfMatch() |
String |
getMatchedText() |
int |
hashCode() |
String |
toString() |
public TextBlockSearchEditor.SearchResult(String matchedText, int beginningIndexOfMatch, int endingIndexOfMatch)
public String getMatchedText()
public int getBeginningIndexOfMatch()
public int getEndingIndexOfMatch()
public boolean foundAMatch()
Copyright © 2013. All rights reserved