Package docking.widgets
Class SearchLocation
java.lang.Object
docking.widgets.SearchLocation
An object that describes a search result.
-
Constructor Summary
ConstructorDescriptionSearchLocation
(int startIndexInclusive, int endIndexInclusive, String searchText, boolean forwardDirection) -
Method Summary
-
Constructor Details
-
SearchLocation
public SearchLocation(int startIndexInclusive, int endIndexInclusive, String searchText, boolean forwardDirection)
-
-
Method Details
-
getCursorPosition
-
getSearchText
-
getEndIndexInclusive
public int getEndIndexInclusive() -
getStartIndexInclusive
public int getStartIndexInclusive() -
getMatchLength
public int getMatchLength() -
isForwardDirection
public boolean isForwardDirection() -
toString
-
fieldsToString
-