Uses of Class
com.ibm.icu.dev.demo.impl.Selection
-
Packages that use Selection Package Description com.ibm.icu.dev.demo.impl Shared utilities for demo applications and Applets. -
-
Uses of Selection in com.ibm.icu.dev.demo.impl
Fields in com.ibm.icu.dev.demo.impl declared as Selection Modifier and Type Field Description private Selection
DumbTextComponent. selection
private Selection
DumbTextComponent. tempSelection
Methods in com.ibm.icu.dev.demo.impl that return Selection Modifier and Type Method Description Selection
Selection. fixAfterReplace(int start, int end, int len)
Selection
Selection. nextBound(java.text.BreakIterator breaker, int direction, boolean extend)
Selection
Selection. pin(java.lang.String text)
Selection
DumbTextComponent. point2Offset(java.awt.Point p, Selection o)
Selection
Selection. set(int anchor, int caret, boolean clickAfter)
Selection
Selection. set(Selection other)
Selection
Selection. swap(Selection after)
Methods in com.ibm.icu.dev.demo.impl with parameters of type Selection Modifier and Type Method Description boolean
Selection. isLessThan(Selection other)
Selection
DumbTextComponent. point2Offset(java.awt.Point p, Selection o)
void
DumbTextComponent. select(Selection newSelection)
Selection
Selection. set(Selection other)
Selection
Selection. swap(Selection after)
-