MCPcopy Create free account
hub / github.com/antlr/codebuff / toEventPosition

Method toEventPosition

output/java/1.4.13/STViz.java:358–364  ·  view source on GitHub ↗
(JTextComponent component, int position)

Source from the content-addressed store, hash-verified

356 }
357
358 protected int toEventPosition(JTextComponent component, int position) {
359 int result = position;
360 while ( toComponentPosition(component, result)< position ) {
361 result++;
362 }
363 return result;
364 }
365
366 protected final void highlight(JTextComponent comp, int i, int j) {
367 highlight(comp, i, j, true);

Callers 1

caretUpdateMethod · 0.95

Calls 1

toComponentPositionMethod · 0.95

Tested by

no test coverage detected