Package docking.widgets
Class SearchLocation
java.lang.Object
docking.widgets.SearchLocation
- Direct Known Subclasses:
TextComponentSearchLocation
An object that describes a search result.
-
Constructor Summary
ConstructorsConstructorDescriptionSearchLocation(int startIndexInclusive, int endIndexInclusive, String text) SearchLocation(int startIndexInclusive, int endIndexInclusive, String text, int lineNumber, SearchLocationContext context) -
Method Summary
-
Constructor Details
-
SearchLocation
-
SearchLocation
public SearchLocation(int startIndexInclusive, int endIndexInclusive, String text, int lineNumber, SearchLocationContext context)
-
-
Method Details
-
getContext
-
getLineNumber
public int getLineNumber() -
getCursorPosition
-
getEndIndexInclusive
public int getEndIndexInclusive() -
getStartIndexInclusive
public int getStartIndexInclusive() -
contains
public boolean contains(int pos) -
getMatchLength
public int getMatchLength() -
toString
-
fieldsToString
-