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 TypeMethodDescriptionbooleanvoidexpand(BreakIterator breaker) fixAfterReplace(int start, int end, int len) intgetEnd()intgetStart()booleanisCaret()booleanisLessThan(Selection other) static intnext(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