Searched defs:getRunEdge (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java3485 attributeRunEndIndex = getRunEdge(index, direction);
3494 attributeRunStartIndex = getRunEdge(index, direction);
3512 attributeRunStartIndex : getRunEdge(tempIndex, -1);
3515 attributeRunEndIndex : getRunEdge(tempIndex, 1);
3548 private int getRunEdge(int index, int direction) throws method in class:JTextComponent.AccessibleJTextComponent

Completed in 597 milliseconds