Searched refs:getLineOfOffset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSourceCodePanel.java140 int numLines = 1 + source.getLineOfOffset(source.getDocument().getEndPosition().getOffset() - 1);
248 return 1 + source.getLineOfOffset(source.getCaretPosition());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextArea.java372 public int getLineOfOffset(int offset) throws BadLocationException { method in class:JTextArea

Completed in 35 milliseconds