|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.util.TextRange
com.intellij.find.FindResult
public abstract class FindResult
Represents the result of a Find operation.
FindManager.findString(CharSequence, int, FindModel)| Constructor Summary | |
|---|---|
FindResult(int startOffset,
int endOffset)
|
|
| Method Summary | |
|---|---|
abstract boolean |
isStringFound()
Checks if the find operation was successful. |
| Methods inherited from class com.intellij.openapi.util.TextRange |
|---|
contains, contains, cutOut, equals, from, getEndOffset, getLength, getStartOffset, grown, hashCode, intersects, replace, shiftRight, substring, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FindResult(int startOffset,
int endOffset)
| Method Detail |
|---|
public abstract boolean isStringFound()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||