Package com.ibm.icu.dev.demo.impl
Class Selection
java.lang.Object
com.ibm.icu.dev.demo.impl.Selection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
expand
(BreakIterator breaker) fixAfterReplace
(int start, int end, int len) int
getEnd()
int
getStart()
boolean
isCaret()
boolean
isLessThan
(Selection other) static int
next
(int position, BreakIterator breaker, int direction, boolean different) nextBound
(BreakIterator breaker, int direction, boolean extend) set
(int anchor, int caret, boolean clickAfter)
-
Field Details
-
anchor
public int anchor -
caret
public int caret -
clickAfter
public boolean clickAfter
-
-
Constructor Details
-
Selection
public Selection()
-
-
Method Details