Searched refs:getTextLocation (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/im/
H A DInputMethodRequests.java100 Rectangle getTextLocation(TextHitInfo offset); method in interface:InputMethodRequests
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionAreaHandler.java266 public Rectangle getTextLocation(TextHitInfo offset) { method in class:CompositionAreaHandler
269 return compositionArea.getTextLocation(offset);
276 return requests.getTextLocation(offset);
H A DCompositionArea.java263 Rectangle caretRect = req.getTextLocation(null);
284 Rectangle getTextLocation(TextHitInfo offset) { method in class:CompositionArea
H A DInputMethodContext.java276 * Calls the current client component's implementation of getTextLocation.
278 public Rectangle getTextLocation(TextHitInfo offset) { method in class:InputMethodContext
279 return getReq().getTextLocation(offset);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java721 Rectangle r = fIMContext.getTextLocation(TextHitInfo.beforeOffset(composedTextOffset));
727 // This next if-block is a hack to work around a bug in JTextComponent. getTextLocation ignores
732 Rectangle r2 = fIMContext.getTextLocation(TextHitInfo.beforeOffset(0));
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java556 // InputMethodRequests.getTextLocation be called within
567 Rectangle rc = inputContext.getTextLocation(TextHitInfo.leading(0));
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java4660 public Rectangle getTextLocation(TextHitInfo offset) { method in class:JTextComponent.InputMethodRequestsHandler

Completed in 50 milliseconds