Searched refs:tempSelection (Results 1 – 1 of 1) sorted by relevance
55 private transient Selection tempSelection = new Selection(); field in DumbTextComponent170 point2Offset(e.getPoint(), tempSelection); in select() local173 tempSelection.anchor = tempSelection.caret; in select()178 tempSelection.expand(wordBreaker); in select()180 select(tempSelection); in select()226 tempSelection.set(selection); in keyPressed()227 tempSelection.nextBound(ctrl ? wordBreaker : charBreaker, +1, shift); in keyPressed()228 select(tempSelection); in keyPressed()232 tempSelection.set(selection); in keyPressed()233 tempSelection.nextBound(ctrl ? wordBreaker : charBreaker, -1, shift); in keyPressed()[all …]